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>

Leave a Comment