Centering the page
sasha.g - August 25, 2009 - 22:10
| Project: | Coolweb |
| Version: | 6.x-1.x-dev |
| Component: | Code |
| Category: | support request |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | active |
Jump to:
Description
Please, give some advise on how to center the page to get rid of blank space on the right.

#1
To do this, please put these classes at the end of the style.css of your theme folder (i.e. coolweb(or your theme name)/style.css):
#maintopPanOne {
margin:auto;
width:778px;
}
#topHeaderPan {
position:relative;
}
#bodyPan {
margin:auto;
width:778px;
}
#footerPan {
float:none;
margin:auto;
}