Title: Mobile menu animation bug
Last modified: August 31, 2018

---

# Mobile menu animation bug

 *  Resolved [batuhanarican](https://wordpress.org/support/users/batuhanarican/)
 * (@batuhanarican)
 * [7 years, 8 months ago](https://wordpress.org/support/topic/mobile-menu-animation-bug/)
 * Hi,
 * I am using your plugin for my website and there is a bug that I couldn’t fix 
   by myself.
 * The mobile menu pushes the website down when being opened, which is fine. However
   after the animation is finished, the webpage jumps back to its original position
   which looks very weird. I saw in the inspector that the inline ‘height’ CSS is
   being removed after the animation. I suppose that there’s something wrong in 
   the Javascript code. I am hoping that you can help me 🙂
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fmobile-menu-animation-bug%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

Viewing 1 replies (of 1 total)

 *  [Delowar](https://wordpress.org/support/users/delowar64/)
 * (@delowar64)
 * [7 years, 8 months ago](https://wordpress.org/support/topic/mobile-menu-animation-bug/#post-10649386)
 * Hi batuhanarican, Thanks for using wp-megamenu plugin. We are sorry for this 
   issue, we will fix it in the next update.
 * Quick Fix: Now you can add this css code at the bottom of your `style.css` file.
   It will solve your issue:
 *     ```
       .fl-page-nav-collapse.navbar-collapse {
           position: absolute;
           background: white;
           z-index: 9999999;
           width: 100%;
           left: 0;
       }
       ```
   
    -  This reply was modified 7 years, 8 months ago by [Delowar](https://wordpress.org/support/users/delowar64/).

Viewing 1 replies (of 1 total)

The topic ‘Mobile menu animation bug’ is closed to new replies.

 * ![](https://ps.w.org/wp-megamenu/assets/icon-256x256.jpg?rev=2451874)
 * [WP Mega Menu](https://wordpress.org/plugins/wp-megamenu/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/wp-megamenu/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/wp-megamenu/)
 * [Active Topics](https://wordpress.org/support/plugin/wp-megamenu/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/wp-megamenu/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/wp-megamenu/reviews/)

 * 1 reply
 * 2 participants
 * Last reply from: [Delowar](https://wordpress.org/support/users/delowar64/)
 * Last activity: [7 years, 8 months ago](https://wordpress.org/support/topic/mobile-menu-animation-bug/#post-10649386)
 * Status: resolved