Notice: This thread is over two years old; the information may be outdated. Please consider creating a new thread if you require free support. If you have an active SiteOrigin Premium license, you can email our premium support desk at [email protected].
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?
I 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.