Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #758671

    Hi there,
    I have a site which has 10 top level navigation items currently (one being ‘home’ which I’m suggesting they remove).
    The issue we have is when clicking on the hamburger the navigation completely covers the screen on non + size devices.
    In this case it doesn’t actually allow you to scroll the page up/down to see the whole menu – let alone any page content behind it.
    I know there are potentially reasons why (as mentioned above) but is there anything I can try to get around this, so it can scroll or allow that (or similar).
    What would be your suggestion here?
    Many thanks,
    Jason

    #759492

    Hey Jason,
    In Chrome mobile, I can scroll your menu and page when the menu is open. Yet I see you are using WP Rocket which has a new issue in Safari not allowing a scroll. Following code seems to fix it:

    #wrap_all { 
    overflow-y: scroll;
    }

    Best regards,
    Mike

    #759707

    Thanks Mike :)

    #759812

    Hi,

    Glad we could help. Please let us know if you should need any further help on the topic or if we can close it.

    Best regards,
    Rikard

    #759814

    You can close it :)

    #760403

    Hi,

    Thanks for the feedback. Please open a new thread if you should have any further questions or problems.

    Best regards,
    Rikard

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Mobile menu suggestions please’ is closed to new replies.