html - Divs in one column align, but immediately move another column down -
my site has 2 column layout working fine until added 2 boxes spanned 100% of right column. (the me , contact boxes) when did that, content in left column pushed bottom.
i kind of understand (i think) why it's happening. think math off somewhere , it's forcing left column lower. either or has block vs inline.
here's looks like:
http://test.completesources.com/fitnesspro/
everything on right perfect. left sidebar content should @ top of page.
here's code:
http://jsbin.com/tucuha/edit?html,css,output
i thought last bit myself, don't have starting point shift sidebar back.
thanks again!
you need wrap .col2
inside .colleft
outside shift down due block-level element behaviour.
output:
Comments
Post a Comment