January 12, 2019 at 11:48
#216421
Kieran_SQ
Moderator
Hi,
To change the width of the header to 1380px please use the below custom CSS in your KLEO Child theme’s style.css via WP Admin > Appearance > Editor > KLEO Child > Style.css
COPY CODE
@media (min-width: 1440px) {
.container {
max-width: 1380px;
}
}
Make sure you purge your WordPress, server and browser cache to see all changes.
Thanks,
Kieran
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
If 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.