tags:

views:

28

answers:

3

Can someone please explain to me why these boxes are not lined up? http://seoplannow.com/comments.html Thank you.

A: 

Hi,

What do you mean by "not lined up" ? Too many space between boxes ?

Kaaviar
+2  A: 

Remove the clear:both from subcontent

Joe R
Amazing. Thank you. That fixed many problems.
Joe
No problem, glad you've fixed it. Remember to set the anwser as the accepted answer! :)
Joe R
How do I mark it as answered?
Joe
You've done it thanks.
Joe R
+1  A: 

If by "aligned" you mean one (#subcontent) beside the other (.wide_col) it's because you set clear:both; on each. Try to remove them and adjust the remaining CSS according to your needs.

mamoo