Remove side bar in blog page
I would like to have the main blog page as a full width one, without the sidebar.
But I do need the side bar in the single entries pages. How can I do that?
This is our free support forum. Replies can take several days.
Need fast email support? Get SiteOrigin Premium
Replies
3I have the premium vantage theme
I copied this code, but ir removes the side bar in ALL individual posts.
/* Vantage Hide Sidebar on Blog and Single Pages */
.blog #primary,
.archive #primary {
float: none;
width: auto;
}
.blog #secondary,
.archive #secondary {
display: none;
}
.single #primary {
float: none;
width: auto;
}
.single #secondary {
display: none;
}
Hi Antonio
Thanks for your question.
When posting a new thread, please, include your order number in the field provided. We’ll be able to assist quite a bit quicker.
Try using Jetpack Widget Visibility for this: http://jetpack.me/support/widget-visibility/. You can setup negative widget display conditions for all your widgets for the Blog page. Once all widgets are set to not show on the blog page, the page will display full width.
Replies on this thread are closed.
Please create a new thread if you have a question, or purchase a SiteOrigin Premium license if you need one-on-one email support.