Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1063280

    Hi Guys

    One of my header items has a number of drop down sub menus. I tried:
    .main_menu .menu ul {
    height: 500px;
    overflow: hidden;
    overflow-y: scroll;
    }

    This works to add a scroll. The problem is it adds a large white area below all of the drop downs which are much shorter. I only need to one drop down menu to scroll. Is this possible?

    Thanks
    Dee

    #1063452

    Hey Dee,
    Please try this code in the General Styling > Quick CSS field or in the WordPress > Customize > Additional CSS field:

    .main_menu .menu #menu-item-399 ul {
    height: 500px;
    overflow: hidden;
    overflow-y: scroll;
    }

    Best regards,
    Mike

    #1063757

    Hi Mike

    Thats amazing and works a charm! Thank you!!

    Dee

    #1063821

    Hi,
    Glad we were able to help, we will close this now. Thank you for using Enfold.

    For your information, you can take a look at Enfold documentation here
    For any other questions or issues, feel free to start new threads under Enfold sub forum and we will gladly try to help you :)

    Best regards,
    Mike

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Scroll on Drop Down in Main Menu for Specific label’ is closed to new replies.