January 12, 2019 at 11:48
#216421
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