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



Reply With Quote
