Hello!
I customizing the Vigilance theme (through "My Vigilance") and am trying to insert a white content background on my blog.
How can I get the sidebar length to match the content length to get rid of the nasty break? I've been searching the internet for hours and have yet to find a solution that works for me.
Here is the code that I currently have for this:
#content {
background:#FFF;
float:left;
padding:0 40px 0 0;
width:590px;
}
#sidebar{
background:#FFF;
float:left;
padding:0 40px 0 0;
width:260px;
}