Forums

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

Home Forums CSS What is wrong!?!? Re: What is wrong!?!?

#139744
Senff
Participant

It’s expected that the right modules line up there, really.

The first left module is floated left.
Then the second left module comes in the code. But since it won’t fit next to the first module, it ends up under it.
Only then the first right module comes in, and so it’s placed next to that second left module.

You might want to place the left modules in a wrapper and give that one a float:left and width of 70%, something like this: http://codepen.io/senff/pen/Bodky