|
Thanks for your help. Those changes shifted the entire sidebar left and down below the posts. Any other thoughts? Here's all the sidebar code in layout.css.
#sidebarholder {
left:0pt;
position:absolute;
top:0pt;
margin-left: 608px;
width:182px;
}
#sidebar {
display:inline;
float: right;
margin-top: 20px;
width: 182px;
}
I'm wondering if changes need to be made in category.php or archive.php as well. Thanks again.
|