I’m trying to place my 3 divs with the id = #boxes1, #boxes2, #boxes3 next to each other. For some reason the #boxes3 drops below #boxes2. The container I have should be large enough for it to not move down. I know it’s suppose to “float: left;” but I am now lost as to why it’s dropping down.
This is my loop.php from WordPress http://pastebin.com/uh00RT8v
This is CSS http://pastebin.com/FU3tqbRM
Thank you!
I think you’ve missed the end tag of your
<div id="boxes2">. So it isn’t rendered properly.