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: left sidebar

jsbin


Comments

Popular posts from this blog

python - No exponential form of the z-axis in matplotlib-3D-plots -

php - Best Light server (Linux + Web server + Database) for Raspberry Pi -

c# - "Newtonsoft.Json.JsonSerializationException unable to find constructor to use for types" error when deserializing class -