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

    Hello,

    I would like to change the size and line spacing of the sub-submenu text. Here is the current status: https://www.designplanung.com/projekt-068/
    Go to “Leistungen” and the submenu will open. There you’ll find the small texts below the images.
    Changing the submenu in the settings doesn’t help.

    Best regards,
    Martin

    #1490268

    Hey Martin,

    Thank you for the inquiry.

    You can limit the height of the mega menu container and enable scrolling. Please try this css code:

    #menu-item-6574 .avia_mega_div.avia_mega3.nine.units {
        overflow: scroll;
        max-height: 70vh;
    }

    Screenshot-2025-10-16-at-12-53-45-PM

    Best regards,
    Ismael

    #1490277

    Hello Ismael,

    Scrolling is also a good idea, but I asked about the font size and line spacing. How can I change these two things?

    Best regards,
    Martin

    #1490319

    Hi,

    Thank you for the update.

    Adjusting the line spacing of the text doesn’t seem to make a difference on our end, but we’re using a relatively small screen, which might be the reason. If you want to adjust the font size and also limit the height of the mega menu images, try this css code:

    #top #header .avia_mega_div > .sub-menu > li > ul > li a .avia-menu-text {
        line-height: 10px;
        font-size: 10px;
    }
    
    #top #wrap_all .avia_mega_div img {
        height: 64px;
        object-fit: cover;
        width: 100%;
    }

    Result:

    Screenshot-2025-10-17-at-12-41-17-PM

    Best regards,
    Ismael

    #1490510

    Thank you Ismael!

    #1490518

    Hi,
    Glad that Ismael could help, if you have further questions please open a new thread and we will try to help. Thanks for using Enfold.

    Best regards,
    Mike

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Edit sub-sub menu’ is closed to new replies.