Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1487974

    Link to screenshot

    Hi @enfold!

    how can i set the mega menue to 4 collums and 3 rows, so that allsice is the same?
    Thanks for your Feedback

    Michael F Kraus

    #1488007

    Hey Michael F,

    Thank you for the inquiry.

    Try to add this code in the Quick CSS field to adjust the width of the mega menu columns.

    #top #header .avia_mega_div > .sub-menu {
        display: flex;
        flex-wrap: wrap;
    }
    
    #top #header .avia_mega_div > .sub-menu > li {
        display: block;
        width: 25% !important;
    }

    Please make sure to toggle or temporarily disable the Enfold > Performance > File Compression settings to make sure that the changes take effect.

    Best regards,
    Ismael

    #1488104

    Super. Vielen Dank mal wieder an dich Ismael!
    Great. Again many thanks to you Ismael!

    We can close this thread

    #1488131

    Hi,

    Great, I’m glad that Ismael could help you out. Please open a new thread if you should have any further questions or problems.

    Best regards,
    Rikard

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Mega Mnue shows different collum-sizes’ is closed to new replies.