Notice: These forums are now retired and closed. For active support, please Submit a Ticket or visit our official WordPress.org community pages.
Kadence Theme | Kadence Blocks | Starter Templates | WooCommerce Email Designer | Ascend | Virtue | Pinnacle

CSS to fix blog summary page

Home / Forums / Virtue Theme / CSS to fix blog summary page

This topic is: Resolved
[Resolved]
Posted in: Virtue Theme
February 23, 2016 at 2:17 am

I have turned the sidebar off but the blog summary page is still showing blank space for the sidebar. That is it is reserving 3 columns for it and allocating the rest 9 to the blog summaries.

How do I make the blog summary fullwidth?

Link can be provided confidentially.

I am using a thick padding for the content.


@media
(min-width: 992px){
.single-article article {
padding-left: 76px;
padding-right: 76px;
}
[itemprop=”mainContentOfPage”] {
padding-left: 76px;
padding-right: 76px;
}
}

  • The forum ‘Virtue Theme’ is closed to new topics and replies.