Full width page
-
Hello,
I’ve addded this piece of code into my child themes custom style.css:@import url(“../twentythirteen/style.css”);
body .site-header {
}
.entry-header,
.entry-content,
.entry-summary,
.entry-meta {
margin: 0 auto;
max-width: 1600px;
width: 95%;
}and I’ve copied the page.php and named it full-width-page.php into my child theme folder
It works perfectly fine and every page is fullwidth. The problem is that also every post is now full with. How do I have to rewrite the code so it only works for pages but not posts?
(I’m using twenty thirteen)Thanks for your help!
Viewing 7 replies - 1 through 7 (of 7 total)
Viewing 7 replies - 1 through 7 (of 7 total)
- The topic ‘Full width page’ is closed to new replies.