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

    Hi,

    I added the following custom CSS to my theme:

    .main_menu .menu ul {
    height: 500px;
    overflow: hidden;
    overflow-y: auto;
    }

    I did this because my languages menu is long and without this added CSS it is not scrollable and users cannot select languages at the bottom of the list like Chinese & Thai.

    However I don’t want my About menu to be 500px tall as it is currently because of this CSS.

    Is there a way to make my Languages menu scrollable without also forcing all menus to be 500px tall?

    Thanks

    #642242

    Hey lucybb!

    Please remove the code, restore it and we will help you with the changes needed, but we need to see it on the correct preview.

    Thanks a lot

    Best regards,
    Basilis

    #642243

    Thanks.

    I have removed this code now:
    .main_menu .menu ul {
    height: 500px;
    overflow: hidden;
    overflow-y: auto;
    }

    Now my “About” menu is fine but my languages menu can’t be scrolled.

    Thanks

    #642581

    Hi,

    Please use following code instead

    .menu-item-language .submenu-languages {
    height: 500px;
    overflow: hidden;
    overflow-y: auto;
    }

    Best regards,
    Yigit

    #642582

    Perfect :) Thank you very much

    #642583

    Hey!

    You are welcome!
    For your information, you can take a look at Enfold documentation here – http://kriesi.at/documentation/enfold/
    And if there are features that you wish Enfold had, you can request them and vote the requested ones here – https://kriesi.at/support/enfold-feature-requests/
    For any other questions or issues, feel free to post them here on the forum and we will gladly try to help you :)

    Regards,
    Yigit

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Main Menu – Drop down menu height’ is closed to new replies.