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
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
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:
Best regards,
Ismael
Thank you Ismael!
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
