Re: how to make storefront page width 100%
Hi!
There is a CSS rule that sets the 960px width for the #page-container element on your website.
So, you need to tweak the page template so that it adds a special CSS class to the body tag (for example, "frontpage") when it is the front page. And then add an extra CSS rule that will override the width for ".frontpage #page-template" element.
|