Removing Sidebar from ALL pages
-
Is there a way to remove the sidebar from every page on your site, not just the Homepage (as asked previously)? I’m currently using this posted code to remove the sidebar from my Homepage and it’s working great – is there a way to adjust it for all my pages?
.home #secondary {
display: none;
}.home #primary {
width: 100%;
}.home #site-meta #more-site {
display: none;
}
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Removing Sidebar from ALL pages’ is closed to new replies.