Project:Coolweb
Version:6.x-1.x-dev
Component:Code
Category:support request
Priority:normal
Assigned:Unassigned
Status:active

Issue Summary

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

Comments

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

nobody click here