Viewing 12 posts - 1 through 12 (of 12 total)
  • Author
    Posts
  • #845713

    Hi
    Please take a look on the screenshot. Can you help me please to adjust the css for the Mega Menu?
    Thanks.

    #846591

    Hey naryskina,

    Thanks for the screenshot, what do you want to adjust and where can we inspect the element in question?

    Best regards,
    Rikard

    #846673

    Oh sorry. See in the private content the link. The mega menu is to wide. The distances between the submenu “li” are also too far apart.
    For example, there are 3 submenu points. they have an extreme wide width, this I would like to make more compact.

    Still a question of understanding, concerning mega menu. The menu items for “Angebot”, “Mitmachen” “Verein” and “Info” I have to create with
    an individual link not with page?

    #846740

    Hi,

    Can you try adding this css code in Quick CSS (located in Enfold > General Styling):

    #header .avia_mega_div .menu-item {
        width: auto !important;
    }

    Let us know if this helps.

    Best regards,
    Nikko

    #846805

    Tanks, It have tested it on different browser but unfortunately no change.

    #847085

    Hi,

    Thanks for the feedback. Please try this instead:

    .avia_mega_div > .sub-menu > li {
        display: inline-block !important;
    }

    Best regards,
    Rikard

    #848011

    Hi,
    I have it tested, also in combination with the first code. But unfortunately no reaction. Maybe you have another idea?
    thanks.

    #848061

    Hi,

    Can you try to give us temporary admin access? so we can test the code we gave, or if it’s a caching issue.

    Best regards,
    Nikko

    #848501

    Yes of course. See the login data below.
    Thanks

    #848515

    Hi,

    Thanks for providing the login, I have added this css code in QUick CSS:

    #header .avia_mega_div {
        max-width: 515px;
    }
    
    #header .avia_mega_div .menu-item {
        width: auto !important;
    }
    
    .avia_mega_div > .sub-menu > li {
        display: inline-block !important;
    }

    Let us know if it’s good.

    Best regards,
    Nikko

    #848773

    Hi
    Thank you for your quick help. Everything is perfect!!!

    #848871

    Hi,

    Glad we could help. Thanks for using Enfold :)

    Best regards,
    Nikko

Viewing 12 posts - 1 through 12 (of 12 total)
  • The topic ‘Mega Menu adjustments’ is closed to new replies.