This template radically changes the organization of the page, so very little of the standard layout fixes will work. You can get the left sidebar to disappear and the center to fill the space with this added to the end of your stylesheet:Prefacing those with the correct page body ids will limit the effect to those pages.Code:#navColumnTwo {display: none;} .centerColumn {width: 96%;}



