Fix the central content

Hi,



I want to fix the size of the central content.



If I disable the side boxes from Design/Blocks, the central content expands to the full page of the browser. How can I set the width of the central content?



Thanks,

[quote name=‘lekristine’]Hi,



I want to fix the size of the central content.



If I disable the side boxes from Design/Blocks, the central content expands to the full page of the browser. How can I set the width of the central content?



Thanks,[/QUOTE]



You can set it in the styles.css file. You should add this code:



.central-column {

width: 500px;

}

I found it from advice of Sitemasterly.



There is a code for the fixed width which is commented out by default in /skinname/customer/style.css.



Thanks,