Sidebar is not removing from this page

Posted in: Newspaper
Post count: 102

Even after in editing the page from default sidebar to no sidebar but still the page shows the sidebar!

How can I hide the sidebar on particular page.

Thanks!

Post count: 23312

Hello Gadgetsay,

Please try to clear all your caches because maybe you have a strong caching plugin and that’s why all your settings which are made will not be applied. Also, if you want to hide a sidebar for a particular page you can use a bit of CSS code to do that. You will have to find the page ID for your desired page and then you should use the code below ->

.page-id-1087 .td-pb-span4{
display:none;
}
.td-pb-span8 {
width:initial!important;
}

The result you should -> http://screencast.com/t/8xsX4cZaahEr

Hope this helps!

Thanks for the message!

Viewing 2 posts - 1 through 2 (of 2 total)
The forum ‘Newspaper’ is closed to new topics and replies.