How to avoid mobile menu scrolling - Acme Themes

Best Premium and Free WordPress Themes Forums Online Shop How to avoid mobile menu scrolling

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #103759
    Zonndek
    Participant

    Hello!
    I have been using your theme for several years with two of my sites. This is a very high quality and powerful product! Thank you!

    The mobile user sees no more than 5 items in the mobile menu now. He must scroll the menu with his finger to see the rest of the items. It’s not intuitive! My users (and my business partner) are complaining that the mobile menu is not fully visible. No one guesses to crawl with a finger.
    How can I increase the number of visible mobile menu items to 7 or more?

    Wordress 6.0.2
    Online Shop 3.0.8
    My sites: mala108.ru amulet-dzi.ru

    • This topic was modified 1 year, 6 months ago by Zonndek. Reason: typo correction
    #103825
    acmethemes
    Keymaster

    Dear Zonndek,
    This is the default design of the theme. It will need theme customization.

    Best Regards!

    #103827
    Zonndek
    Participant

    I going to do it (the customization) myself, I think. Can you tell me what I should change in the theme code?

    #103868
    acmethemes
    Keymaster

    Dear Zonndek,
    Please add the given CSS code in Aditional CSS
    Appearance > Customize > Additional CSS
    @media screen and (max-width:992px){
    .online-shop-enable-sticky-menu .responsive-slick-menu {
    max-height: 500px;
    overflow-y: scroll;
    }
    }
    Note: Change the value i.e. 500px as per your requirement. !

    Best Regards!

    #103872
    Zonndek
    Participant

    It works! Thank you very much.

    #103877
    acmethemes
    Keymaster

    Dear Zonndek,
    You are Most Welcome 🙂
    Best Regards!

Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.