• 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)
  • I’m using this one and it works for me:
    .page #primary {
    width: 100%;
    }

    I’m sorry but my coding is amateur at best. Where are you placing which file are you placing this in to remove the sidebar? Thank you!

    UPDATE: just threw it into the Stylesheet and it worked out. Thanks

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Removing Sidebar from ALL pages’ is closed to new replies.