Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS grid problem with images. Re: grid problem with images.

#140478

I’ve added
[class*=’col-‘] {
float: left;
padding-right: 10px;
padding-left: 10px;
}

and removed

[class*=’col-‘]:last-of-type {
padding-right: 0px;
}

which works :)