Hide the Default Sidebar
The default sidebar shows up on all of your website's posts, archive pages, search results pages, and pages with the Blog template. If you want to hide the sidebar from any or all of these types of pages, insert the following code into your Custom CSS:
Posts
.single-post #page-sidebar {
display:none
}
.single-post #page-single>.row>.col-md-9 {
width:100%
}
Search Results
#page-search #page-sidebar {
display:none
}
#page-search>.row>.col-md-9 {
width:100%
}
Archives
#page-archive #page-sidebar {
display:none
}
#page-archive>.row>.col-sm-9 {
width:100%
}
Blog Pages
All Relevant Pages
, multiple selections available,
Related content
Hide Visible Widget for Future Use
Hide Visible Widget for Future Use
More like this
Custom CSS
Custom CSS
Read with this
Footer Area - Display None
Footer Area - Display None
More like this
Sidebars & Widgets
Sidebars & Widgets
More like this
Navigation
Navigation
More like this
Full-Width Slideshow or Image
Full-Width Slideshow or Image
More like this