css - Issue with floating divs - how can I have the widgets alongside the posts, not below? -


i struggling figure out how align widgets right of main column on page: http://carolineelisa.com/wordpress/

it seems top 3 widgets forcing content area full width, right hand side widgets drop below left column.

any tips achieving css? i'd rather not have mess templates of functions.php file move top widgets own div.

thanks!

you have place 2 right side divs before post divs.

<div id="content" class="hfeed content"> <div id="primary" class="sidebar aside"> 

this instead

<div id="primary" class="sidebar aside"> <div id="content" class="hfeed content"> 

Comments

Popular posts from this blog

linux - Using a Cron Job to check if my mod_wsgi / apache server is running and restart -

actionscript 3 - TweenLite does not work with object -

php - How can I edit my code to echo the data of child's element where my search term was found in, in XMLReader? -