Viewing 3 posts - 1 through 3 (of 3 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

Viewing 3 posts - 1 through 3 (of 3 total)
  • You must be logged in to reply to this topic.