Please, give some advise on how to center the page to get rid of blank space on the right.

Comments

neerjasoftwares’s picture

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;
}