Look at your stylesheet.css file (line 865), which looks similar to:
and add a line underneath that:Code:.centerColumn, #bannerOne, #bannerTwo, #bannerThree, #bannerFour, #bannerFive, #bannerSix { float: left; margin-bottom: 0.5em; padding-bottom: 0.1em; padding-left: 0.1em; padding-right: 0.1em; padding-top: 0.1em;
Code:.centerColumn { float: none; }


Reply With Quote
