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

Page and sidebar width, and padding around 3 columns

Home / Forums / Virtue Theme / Page and sidebar width, and padding around 3 columns

This topic is: Resolved
[Resolved]
Posted in: Virtue Theme
October 30, 2018 at 6:38 am

Hi
I am using a page with a sidebar template and am trying to alter the proportion of the page in relation to the sidebar, and also change the padding around anything in the three columns.

I have used this before with success however on this occasion I can not get either to work.

The link is
It is as if the page id is wrong however looking at the post number below it seems correct.

I have added this to the Custom CSS


@media
(min-width: 1200px) {
.page-id-3917 .main {width: 72%;}
.page-id-3917 aside.col-lg-3 {width: 28%;}
}

.page-id-3917 .entry-content .col-md-4 {
padding-right: 0px;
}

.page-id-3917 .entry-content .col-md-4 {
padding-left: 0px;
}

Any help would be appreciated

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