Tagged: , , ,

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #87095
    andrewf90
    Member

    Hi there,

    I was wondering how can I set the max screen width to, say, 1260 px? I ask this because I think the content wrapper I set to 1260 px, but when I expand the screen beyond that, some things still move/are responsive. I noticed the page title and the site header and footer areas keep moving beyond 1260 px but everything in the page stays in place. Is there a way to set a maximum screen size of 1260 px so everything stays in one place beyond that point? I don’t know if this might cause problems…

    Thank you for your help!

    #87109
    Mahesh
    Keymaster

    Hi @andrewf90,

    This can be achieved with Custom CSS. Go to “Dashboard=> Appearance=> Customize=> Theme Options=> Custom CSS” box and add the following CSS:

    .wrapper {
        max-width: 1260px;
    }

    Let me know if this helps with your issue.

    Regards,
    Mahesh

    #87117
    andrewf90
    Member

    That’s perfect! Amazing!

    Thank you so much!

    #87136
    Mahesh
    Keymaster

    @andrewf90: Thank you for your appreciation. Have a nice day!

    Regards,
    Mahesh

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Adding Max Screen Width’ is closed to new replies.