Shop Categories

X

Scrolling Menu List

Home Forums Agama Pro Scrolling Menu List

Topic Resolution: Resolved
Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #17694
    Avi Pal
    Participant

    Not able to scroll to the entire long menu list downwards

    https://drive.google.com/file/d/1XsWAsDAmtCyS0GiltcYrN7bfHSz9Dvx2/view?usp=sharing

    #17708
    Zex
    Moderator

    Hi, eductronics!
    Try to insert the following code into Customizing->General->Additional CSS:

    ul.sub-menu.menu-even.sub-sub-menu.menu-depth-2.sf-js-enabled.sf-arrows {
        max-height: 250px!important;/* you can change as you need it */
        overflow: auto;/* to get scroll */
    }

    Change the max-height value per your needs.

    Regards

    #17712
    Avi Pal
    Participant

    Awesome support by Zex…. 🙂

    #17714
    Zex
    Moderator
    This reply has been marked as private.
Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.