I too am having the same issue on a clients website. Are there any other possible solutions?
Widget is at the footer
http://elitedj4u.com/
Also something else you can do is add a width to #sidebar in the CSS and that will stretch out the content area
|------------------------
| =Content/Sidebar
|------------------------
*/
#content,
#sidebar {
width: 950px;
padding-top: 50px;
}
#sidebar {
padding-left: 60px;
}
Usually putting an empty text box in the sidebar area gets rid of all that slop 😀 Try that