In the default index templates, the sidebar floats on the right. When there is very little content in the main area, the sidebar wraps underneath it (i.e. goes all the way to the left). How do I keep the sidebar from doing this?
Thanks, -Rod
adamrice
Mar 8 2004, 12:03 PM
This is normal and will self-correct after you fill in the page, but if it bugs you, the simplest fix is to add "float: left;" to the #content selector.
rodprice
Mar 8 2004, 04:16 PM
Floating #content didn't work, but wrapping the sidebar code in the following div, moving the sidebar code between the banner div and the content div, and adding