-
Author
-
September 8, 2018 at 17:56 #208994PhinosParticipant
Hi,
I use the Kleo theme, in the theme options, there are settings to adjust the width of the layout. But there are only options for widths of 1440 and 1200. How to change it to 1000?
Best Regards,
Phinos
September 8, 2018 at 18:11 #208999Kieran_SQModeratorHi Phinos,
You can override this media query by using the below custom CSS in your KLEO Child theme’s style.css file via WP Admin > Appearance > Editor > KLEO Child > Style.css
COPY CODE@media (min-width: 1050px) { .container {max-width: 1000px !important;} }
This first number, 1050px, is the minimum width of the page you wish to apply the rule to. The second, 1000px, is the value you wish to constrain all containers to.
Make sure to purge your website cache, browser cache and any CDN after saving these 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.
September 9, 2018 at 19:28 #209107Kieran_SQModeratorHi,
Glad to hear this is working for you 🙂 Feel free to open a new ticket any time with any other issues or questions and we’ll be happy to help.
All the best,
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
The forum ‘General questions’ is closed to new topics and replies.