How to create a full-width page template?
-
HI,
I am trying to create a page template with full-width to use as a front page and for specific pages.I added a full-width.php file with the same content as page.php, except for the page template name. I then added the class fullwidth here
<div id="primary" class="content-area fullwidth">
and in style.css I added
.fullwidth { margin: 0 auto; max-width: 1100px; width: 100%; }
but, unfortunately, nothing changed.
can anyone help with this?
Viewing 12 replies - 1 through 12 (of 12 total)
Viewing 12 replies - 1 through 12 (of 12 total)
- The topic ‘How to create a full-width page template?’ is closed to new replies.