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

Reduce sidebar width and spacing between content

Home / Forums / Ascend Theme / Reduce sidebar width and spacing between content

This topic is: Resolved
[Resolved]
Posted in: Ascend Theme
July 16, 2019 at 7:20 pm

Hello!

I’m trying to reduce the width of the sidebar as well as spacing between the sidebar and content.

If it matters, I’ve already inputted the below CSS to hide the sidebar in mobile and tablet views.


@media
(max-width: 992px) {
aside#ktsidebar {
display: none;
}
}

The test page(s) is although this will be applicable to all other pages with a sidebar. Please note, the page width will be increased when fully implemented.

Thank you so much, you guys are the best!

Mark

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