Forums

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

Home Forums CSS [Solved] problems with 960 grid system Reply To: [Solved] problems with 960 grid system

#169713
bmoneruiux
Participant

You have that big yellow square floated left.

To get .grid_8 under the orange blocks and touching, you’d need to float .grid_6 right. Something like:

.container_24 .grid_6 {
width: 230px;
float: right;
}