How To: Hide The Sidebar On Your kvCORE Custom Pages

Copy and paste the entire code below into a new kvCORE Custom Page and you’ll get a full content-width area for your custom content. The sidebar will be completely hidden!

<style>
.inner-main-content>.container>.row>.col-md-8{width:100%;max-width:100%}.inner-main-content>.container>.row>.col-md-8+.col-md-4.col-lg-4,.sidebar{display:none}
</style>
<div>
    Your Content Here...    
</div>

2 Comments

  1. Nader on May 22, 2025 at 2:50 pm

    this code doesn’t work on the new custom pages design.

    • Justin Hemker on May 22, 2025 at 3:02 pm

      Why would it? The new custom page creator doesn’t force a sidebar so there shouldn’t be one to remove…

Leave a Comment