wordpress theming - WP adds margin to float -


sorry bother getting me crazy :(

im fixing wordpress theme of site: http://hotel-garage.com.mx/blog/, ok until select post (i.e. http://hotel-garage.com.mx/blog/2013/04/12/los-claveles-las-noches-no-son-para-dormir/) in there can see post moved right 50px, pushing side bar down

i have been searching css declaration causes using firebug, cant find

can me locate cause of problem , how correct it?

regards...

it looks you're trying fit stuff narrow space.

if drop width of <div id="left-area"> down 630px (style.css line 133), sidebar has room come up.

drop padding-left style #entries style (style.css line 725) post images don't overlap sidebar.

you'll need shrink post header-image doesn't overlap sidebar: add max-width:630px; .single-thumb styles (style.css line 779).


Comments