• We are using the Storefront theme. If you visit this website on the mobile phone, and select (from the menu) Studio Sessions > New South Wales

    when that expands, the user cannot scroll down to the bottom of the menu

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Hi @wattsyourwebsite

    This can be fixed with some custom CSS. Under Customize > Additional CSS, you can add the following code:
    ?

    .handheld-navigation-container {
        max-height: 500px;
        overflow: auto;
    }

    You can change the max-height value according to your requirements.

    If you’d like to learn more about CSS, I highly recommend using the free tutorials at w3schools. Here, you can find the basics of selectors (how to target the right element on the page), and properties (how to change the element on the page).

Viewing 1 replies (of 1 total)
  • The topic ‘Mobile menu popout not scrolling’ is closed to new replies.