I would like to change from a fluid width page to a centered fixed width page. I have tried to this the conventional way by setting both html and body to:
margin-left: auto;
margin-right: auto;
in the template/standard/style.css file.
It doesn't have any effect.
I have also looked for something to change in the index.php file, to no avail.
Can someone tell me where and how I should make this change?
Thank you.







