Twenty sixteen: Remove sidebar and make content width 100% fro a specific page
-
Hi,
Does anybody know which css lines I need to edit to make sure that I can get the content to become 100% width of the theme only for specfic pages?
Based on an existing post, I added the CSS code below (using the Jetpack CSS editor):
#secondary {
display: none;
}@media screen and (min-width: 56.875em) {
.content-area {
width: 100%;
}
}This code will remove the sidebar from ALL posts/pages. Instead, I’d love to select which posts/pages I want to remove the sidebar from. What should I do?
Thanks!!!
Giuseppe
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Twenty sixteen: Remove sidebar and make content width 100% fro a specific page’ is closed to new replies.