-
Author
-
September 28, 2018 at 21:57 #210796hbcondoParticipant
Hi, is there a way to reduce the width of the main sidebar? I selected the maximum width for the main content but the sidebar is still too wide.
September 29, 2018 at 11:26 #210810Kieran_SQModeratorHi,
You can use custom CSS to override these values. If you’re using the KLEO Child theme please go to WP Admin > Appearance > Editor > KLEO Child > Style.css and add the below CSS
COPY CODE#main-container .col-sm-9 { width: 85% !important; } #main-content .col-sm-3 { width: 15% !important; }
If you’re using the KLEO parent theme you can add this via WP Admin > Theme Options > General Settings > Scroll to: ‘Quick CSS’.
Please completely purge any website/host caching, CDN and your browser cache (Ctrl+F5) to see the changes.
Thanks,
Kieran
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionIf you like the theme or the support you've received please consider leaving us a review on Themeforest!
Custom development requests can be sent to dev@seventhqueen.com, one of the development team will be happy to discuss your needs.
October 3, 2018 at 04:08 #211064hbcondoParticipantThanks, I ended up overriding the php theme function kleo_switch_layout in my child theme function and altering the case ‘3lr’ with different numerical values for ‘col’ per the bootstrap docs. I did this so the right / extra menu is wider and the left / main side menu is smaller. Do you think this override will stay compatible with future kleo updates?
October 3, 2018 at 12:34 #211087Kieran_SQModeratorHi,
Yes, overriding this way via the Child theme will surely be compatible with future releases of KLEO.
Thanks,
Kieran
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionIf you like the theme or the support you've received please consider leaving us a review on Themeforest!
Custom development requests can be sent to dev@seventhqueen.com, one of the development team will be happy to discuss your needs.
-
AuthorPosts
You must be logged in to reply to this topic.