Forums

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

Home Forums CSS Cannot get Floats to tile on Index page Re: Cannot get Floats to tile on Index page

#108819
craigmurray
Member

Thx Wolfcry911.

I changed li to 298, reduced gutters and curbed the following code edits,:

#index ul.thumbs li {
float: left;
width: 298px;
margin: 0 16px 30px 0;
padding: 0;

}

#index ul.thumbs li img {
width: 298px;
}

#index ul.thumbs li.li_4, #index ul.thumbs li.li_7 {
clear: both;
}


#index ul.thumbs li.li_3, #index ul.thumbs li.li_6 {
margin-right: 0;
}

..but things still aren’t working out. Any other ideas? Thanks very much for your help.