I am trying to add a sidebar to my site http://www.sportstunner.com
My sidebar doesn't fit.. I would like to have it just on the white part of my blog, but it extends to the red area.
Thanks
I am trying to add a sidebar to my site http://www.sportstunner.com
My sidebar doesn't fit.. I would like to have it just on the white part of my blog, but it extends to the red area.
Thanks
First: validate. It will solve many problems.
More to the point:
Your style sheet has some stuff for #sidebar, but I don't see anything with id="sidebar" in there. You must be modifying a theme, and apparently you cut out a sidebar wrapper. Look for something like <div id="sidebar"> in the unmodified theme files. And make sure you also have the </div>.
This topic has been closed to new replies.