Hi,
Ich habe von der 1. Menüenebene (Navigationsleiste) ein Untermenü und davon ausgehend ein 2. Untermenü. Die letzten Einträge werden vom unteren Monitorrrand abgeschnitten.
Wie kann ich das verhindern?
===
Menu items not complete.
I have a submenu from the 1st menu level (navigation bar) and from there a 2nd submenu. The last entries are cut off from the bottom edge of the monitor. How can I prevent this?
Solf
Hey solf,
Please add this CSS code in Enfold > General Styling > Quick CSS:
#top #menu-item-8709 .sub-menu {
top: -220px;
}
Hope this helps.
Best regards,
Nikko
Hi Nikko,
danke. damit bekommt man es etwas reguliert. Aber ich laufe Gefahr, dass die Links oben zu knapp werden. Kann ich die Button des 2. Untermenü isoliert verkleinern?
Ich meine font-size, line height und die Abstände der items nach oben und unten ..?
solf
===
Hi Nikko,
thank you. That way you can regulate it a bit. But I run the risk of the links above becoming too scarce. Can I make the buttons of the 2nd submenu smaller in isolation?
I mean font-size, line height and item spacing up and down..?
Hi solf,
I apologize for the delayed response.
Please use this CSS code instead:
#top .av-main-nav .sub-menu .sub-menu a {
line-height: 23px;
padding: 4px 15px;
}
#top .av-main-nav .sub-menu .sub-menu a .avia-menu-text {
font-size: 13px;
}
Just adjust the line-height, font-size and padding values.
Hope this helps.
Best regards,
Nikko
Hi Nikko,
Yes, it works. Great. Thank You.
the thread can be closed.
solf
Hi,
Great, I’m glad that Nikko could help you out. I’ll close this thread for now then, please open a new thread if you should have any further questions or problems.
Best regards,
Rikard