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

Control/Change the sidebar menu width

Home / Forums / Kadence Theme / Control/Change the sidebar menu width

This topic is: Not Resolved
[Not Resolved]
Posted in: Kadence Theme
February 4, 2021 at 2:35 am

Hi all,
I am trying to make the width of the sidebar menu smaller. Currently, its width is greater that 50% of the width of the screen. I would like to make it smaller than that.

I found in a thread of the forum this code :


@media
(min-width: 992px) {
aside.col-lg-3.col-md-4.kad-sidebar {
width: 10%;
}
.main.col-lg-9.col-md-8 {
width: 10%;
}
}

that is supposed to help. I put this code in Customize -> Additional CSS and changed the percentages to 10% but it didn’t work.

Is this code helping with what I am trying to achieve ? Is Customize -> Additional CSS the right place to put it ?

site :

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