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

    Hi

    I would like my main menu displayed as an icon and not as text on the top right on my website. The problem is that I have many sub pages to one of my pages and when scrolling in the menu the names of those pages don’t show because they get mixed with the text on the website. The menu overlay doesn’t cover all pages.

    I have chosen mega menu but it doesn’t seem to work with the icon menu. If I choose a text menu, the mega menu works.

    I would like all pages to show and look good when choosing an icon menu.

    Fin more info in private content.

    #741911

    Hey!

    Please feel free to request – or vote if already requested – such feature on Enfold feature request form.

    Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:

    #av-burger-menu-ul ul.sub-menu {
        height: 400px;
        overflow: hidden;
        overflow-y: scroll;
    }
    

    Best regards,
    Yigit

    #743272

    Thank you! It works great.

    #743273

    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 :)

    Best regards,
    Yigit

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘No mega menu when choosing icon menu?’ is closed to new replies.