Title: Responsive menu doesn&#8217;t work
Last modified: January 13, 2023

---

# Responsive menu doesn’t work

 *  Resolved [fcariboni](https://wordpress.org/support/users/fcariboni/)
 * (@fcariboni)
 * [3 years, 4 months ago](https://wordpress.org/support/topic/responsive-menu-doesnt-work-9/)
 * When I open the menu in the mobile, having so many items I can’t see the ones
   that come out of the screen. I tried adding with css overflow:scroll but it didn’t
   work.
 * How can I do?
   Thank youFederico
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fresponsive-menu-doesnt-work-9%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

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

 *  Plugin Author [Alexandru Tapuleasa](https://wordpress.org/support/users/talextech/)
 * (@talextech)
 * [3 years, 3 months ago](https://wordpress.org/support/topic/responsive-menu-doesnt-work-9/#post-16371407)
 * This is a tricky issue, yeah 🙁
 * I don’t think it can be fixed with only CSS though. I will add to our ToDo list
   to maybe try and do something for cases like this but we don’t have any updates
   planned for the near future.
 * The closest solution I could find was if you add this custom CSS it mostly does
   the job but since the Menu bar is below the logo when the page is scrolled up,
   but it is at the very top after there will be a gap 🙁
 *     ```wp-block-code
       @media only screen and (max-width: 768px)
       {
         #mega-menu-wrap-primary .mega-menu-toggle.mega-menu-open+#mega-menu-primary {
           display: block;
           position: fixed;
           top: 125px;
           height: 100vh;
           width: 100%;
           z-index: 99999;
           left: 0px;
           overflow-y: scroll;
           background: #FFF;
         }
       }
       ```
   
 *  Thread Starter [fcariboni](https://wordpress.org/support/users/fcariboni/)
 * (@fcariboni)
 * [3 years, 3 months ago](https://wordpress.org/support/topic/responsive-menu-doesnt-work-9/#post-16377743)
 * Hello,
 * your solution works.
 * I’ve added another css rule for when the menu is positioned at the top to remove
   the gap.
 * Thank you
 * Federico
 *  Plugin Author [Alexandru Tapuleasa](https://wordpress.org/support/users/talextech/)
 * (@talextech)
 * [3 years, 3 months ago](https://wordpress.org/support/topic/responsive-menu-doesnt-work-9/#post-16378657)
 * Awesome! 🙂

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

The topic ‘Responsive menu doesn’t work’ is closed to new replies.

 * ![](https://ps.w.org/sticky-menu-or-anything-on-scroll/assets/icon-256x256.gif?
   rev=2564941)
 * [Sticky Menu & Sticky Header](https://wordpress.org/plugins/sticky-menu-or-anything-on-scroll/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/sticky-menu-or-anything-on-scroll/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/sticky-menu-or-anything-on-scroll/)
 * [Active Topics](https://wordpress.org/support/plugin/sticky-menu-or-anything-on-scroll/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/sticky-menu-or-anything-on-scroll/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/sticky-menu-or-anything-on-scroll/reviews/)

 * 4 replies
 * 2 participants
 * Last reply from: [Alexandru Tapuleasa](https://wordpress.org/support/users/talextech/)
 * Last activity: [3 years, 3 months ago](https://wordpress.org/support/topic/responsive-menu-doesnt-work-9/#post-16378657)
 * Status: resolved