Title: Weird behaviour with multiple mega menus
Last modified: November 2, 2019

---

# Weird behaviour with multiple mega menus

 *  [lm2323](https://wordpress.org/support/users/lm2323/)
 * (@lm2323)
 * [6 years, 10 months ago](https://wordpress.org/support/topic/weird-behaviour-with-multiple-mega-menus/)
 * 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](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fweird-behaviour-with-multiple-mega-menus%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

Viewing 3 replies - 1 through 3 (of 3 total)

 *  Plugin Author [megamenu](https://wordpress.org/support/users/megamenu/)
 * (@megamenu)
 * [6 years, 10 months ago](https://wordpress.org/support/topic/weird-behaviour-with-multiple-mega-menus/#post-12094004)
 * 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](https://wordpress.org/support/users/lm2323/)
 * (@lm2323)
 * [6 years, 10 months ago](https://wordpress.org/support/topic/weird-behaviour-with-multiple-mega-menus/#post-12101053)
 * 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](https://wordpress.org/support/users/megamenu/)
 * (@megamenu)
 * [6 years, 10 months ago](https://wordpress.org/support/topic/weird-behaviour-with-multiple-mega-menus/#post-12102137)
 * Hi,
 * That is due to this line of custom CSS:
 * [https://screencast.com/t/MVyoyytN](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.

 * ![](https://ps.w.org/megamenu/assets/icon-128x128.png?rev=1489843)
 * [Max Mega Menu](https://wordpress.org/plugins/megamenu/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/megamenu/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/megamenu/)
 * [Active Topics](https://wordpress.org/support/plugin/megamenu/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/megamenu/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/megamenu/reviews/)

 * 3 replies
 * 2 participants
 * Last reply from: [megamenu](https://wordpress.org/support/users/megamenu/)
 * Last activity: [6 years, 10 months ago](https://wordpress.org/support/topic/weird-behaviour-with-multiple-mega-menus/#post-12102137)
 * Status: not resolved