http://www.new.qualitaweb.es
If you create an article, and assign it to a menu option, to see it on the web, only occupies a width of 880px (see the option "rediseño web"). When the width of the web is much higher. I like the article they had a whole web width.

After a little research I came to the solution is to redefine the class of article. By default, the class of the article named template is
- Code: Select all
<article class="item-page itemView singlePage ">
and yet, that the article had a full-width, the class should be:
- Code: Select all
<article class="item-page itemView one-page-layout one-page-wide-layout ">
Where (in what file or where in the template) you can define the class of an article? For the description appreciate.