• As you can see in the video below the mega menu shows a weird behaviour when leaving the menu item…

    How can I fix this? Started when I added a second mega menu on the “Nahrungserg?nzungsmittel” tab. Problem wasn’t there with one mega menu.

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author megamenu

    (@megamenu)

    Hi lm2323,

    It is because of the following CSS in the astra styling:

    .secondary a *,
    .site-footer a *,
    .site-header a *,
    a {
        transition: all .2s linear
    }

    To fix it, please go to Appearance > Customize > Additional CSS and add the following:

    .max-mega-menu a {
        transition: none;
    }

    Regards,
    Tom

    Thread Starter lm2323

    (@lm2323)

    The issue is resolved but another one came up. The sub-menu box is not opening smoothly as you can see in the video below. It’s always “taking a step”. How can I resolve this?

    Plugin Author megamenu

    (@megamenu)

    Hi,

    That is due to this line of custom CSS:

    https://screencast.com/t/MVyoyytN

    You should remove that and use the theme editor option to apply padding to the panel instead.

    Regards,
    Tom

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Weird behaviour with multiple mega menus’ is closed to new replies.