Home › Forums › CSS › What is wrong!?!? › Re: What is wrong!?!?
June 21, 2013 at 9:46 am
#139744
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