Hi 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 solution