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

Side bar width

Home / Forums / Virtue Theme / Side bar width

This topic is: Resolved
[Resolved]
Posted in: Virtue Theme
June 6, 2017 at 7:26 am

HI
I am trying to increase the width of the sidebar on our home page http://www.senpak.nz

I am using the following code
/*
The following changes the width of a selected page side bar
*/

@media
(min-width: 992px) {
.page-id-932 aside#ktsidebar {
width: 30%;
float: right;
}
.page-id-932 div#ktmain {
width: 60%;
}
}
I have picked some arbitrary percentages – but the CSS code installed in the Theme Options/Advance Settings is not making any change. Please, can somebody tell me what I am doing wrong?

Tony

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