Hi designsimply,
I upgraded, tried this and it worked!! I'd also now like to tweak the size of the sidebar content (down a bit) and the main body text (up a bit). This looks like the relevant part of the CSS style sheet (pasted below), but I can't figure out what I should tweak. It's also distorted the header image now (which I've taken off), but perhaps I'll have to start a new thread or add to another. My site is here: http://boostew.com Thank you!
/* Content-Sidebar layouts */
.content-sidebar #content-container {
float: left;
margin: 0 -30.4% 0 0;
}
.content-sidebar #content {
margin: 0 35.1% 0 0;
}
.content-sidebar #sidebar,
.content-sidebar #secondary-sidebar {
float: right;
}
.content-sidebar #secondary-sidebar {
clear: right;
}