Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #153987
    Dennis Johnson
    Participant

    Hi there, I am wondering if there is a way to change the max width any page can go?

    https://kidsforsavingearth.org/ – This is the website I am working on, you can see if a page gets too wide the media will cover the menu items.

    Thanks in advance!

    #154049
    tikaram
    Keymaster

    @nsd : Can you please provide the screen shot regarding the issue.

    Regards,
    Tikaram

    #154284
    Dennis Johnson
    Participant

    Sure –
    Hidden Menu Bar

    #154418
    tikaram
    Keymaster

    @nsd : I checked your site at my end and its fine. I don’t seem to find the issue as described by you. What is the screen size of the device you are using to view the site ?

    Regards,
    Tikaram

    #154510
    Dennis Johnson
    Participant

    Yes, I know :(, that is the problem. It will only happen depending on the ratio of the screen you are looking at. If you resize your browser you can see how it moves with different screen widths.

    I am wondering if there is a way to set a maximum width so that the menu will not be hidden for some people.

    Thanks

    #154804
    tikaram
    Keymaster

    @nsd :I am unable to replicate the issue at my end. I am repeating the same question again “What is the screen size of the device you are using to view your site”. It would help me to find out the solution if I can replicate the same issue at my end. Let me know if you have any more issues.

    Regards,
    Tikaram

    #154931
    Dennis Johnson
    Participant

    One monitor that has that issue is 24″ diagonal and 21″ across.

    #154953
    tikaram
    Keymaster

    @nsd : Which browser are you using to view the site ?

    Regards,
    Tikaram

    #156647
    Dennis Johnson
    Participant

    Hi, sorry for the late reply. I am using Chrome.

    #157282
    Skandha
    Participant

    @nsd: Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    .site-inner {
    	max-width:2560px;
    }

    You can change the width according to your requirement.
    Let me know if this is what you want!
    Kind Regards,
    Skandha

Viewing 10 posts - 1 through 10 (of 10 total)
  • The topic ‘Maximum page width’ is closed to new replies.