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

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

java - Why is BlockingQueue.take() not releasing the thread? -

jQuery Ajax Render Fragments OR Whole Page -