Home › Forums › CSS › Cannot get Floats to tile on Index page › Re: Cannot get Floats to tile on Index page
August 31, 2012 at 11:14 am
#108819
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.