
Originally Posted by
suekay
Hi,
I have half answered my question by finding this code on another posting to make the central column of the home page (only) the same width as the site:
#indexHomeBody .centerColumn {
float:left!important;
margin: 50px 0 5px -150px;
width:165%!important;
}
#indexHomeBody .navColumnTwo {display:none;}
#indexHomeBody .navColumnOne {display:none;}
Could I use some css to remove the grey side box backgrounds as well?
Thanks for any help you can give
Also, I'm adding this to the readme.txt, if you'd like to do it this way instead (I think it may be more cross-browser compatible this way:
If you want NO sideboxes on your home page, add this to your css:
Code:
#indexHomeBody #navColumnTwo, #indexHomeBody #navColumnOne {display:none;}
#indexHomeBody .outer {padding-right:0;padding-left:20px;}
#indexHomeBody #contentMainWrapper, #indexHomeBody #contentMainWrapperb {background-image:none;}
Bookmarks