Hi,
I have edited my page so there is only one side column. I have reduced the column to the size I like. However, the text from an article on the main page does not fill the gap. Essentially, the gap I created from reducing the column size is left empty - I want the main body text from a post to fill this space.
I have been messing around with the adjustments but can't get it right. Can you please help? Here's the code I have in place:
.sidebar{
float:left;
margin:0 20px 40px 0;
padding:0 0 0px 19px;
width:150px;
overflow: hidden;
}
#top .fullwidth_sidebar{
width:230px;
}
#content, .entry-no-pic .entry-content{
width:670px;
padding:0 0 50px 20px;
float: left;
margin:0 20px 0 0;
overflow: hidden;
}
.fullwidth #content, .fullwidth .entry-no-pic .entry-content{
width:960px;
}
.fullwidth .entry-content{
width:730x;
}
If you look at my website, you will see the empty space between a post's text and the 'archives' section I am talking about.
Thanks, you guys rock!














