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

    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

    #1347364

    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

    #1347388

    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..?

    • This reply was modified 2 years, 7 months ago by solf.
    #1347834

    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

    #1347904

    Hi Nikko,
    Yes, it works. Great. Thank You.
    the thread can be closed.
    solf

    #1347920

    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

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Menüpunkte nicht vollständig.’ is closed to new replies.