This topic has 3 replies, 2 voices, and was last updated 7 years by Kieran_SQ.

  • Author
  • #208994
     Phinos
    Participant

    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

    #208999
     Kieran_SQ
    Moderator

    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
    #209105
     Phinos
    Participant

    Hi, its working now. Thank You!

    #209107
     Kieran_SQ
    Moderator

    Hi,

    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 solution
Viewing 4 posts - 1 through 4 (of 4 total)

The forum ‘General questions’ is closed to new topics and replies.

Log in with your credentials

Forgot your details?