Title: Mobile Side Menu
Last modified: August 11, 2017

---

# Mobile Side Menu

 *  Resolved [rtsryank](https://wordpress.org/support/users/rtsryank/)
 * (@rtsryank)
 * [8 years, 9 months ago](https://wordpress.org/support/topic/mobile-side-menu/)
 * The mobile version of my site only shows part of the side menu, how can i show
   the full menu or allow menu scrolling. Thank you!
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fmobile-side-menu%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

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

 *  [weblizar_support](https://wordpress.org/support/users/weblizar_support/)
 * (@weblizar_support)
 * [8 years, 9 months ago](https://wordpress.org/support/topic/mobile-side-menu/#post-9401302)
 * Hello,
 * Your menu is already shown full on your site.
 * What you exactly want let us know clearly.
 * Thanks.
 *  Thread Starter [rtsryank](https://wordpress.org/support/users/rtsryank/)
 * (@rtsryank)
 * [8 years, 9 months ago](https://wordpress.org/support/topic/mobile-side-menu/#post-9401327)
 * On the full website yes the menu shows correctly, even when using the emulator
   it appears correct but when viewed on a physical mobile device you can only traverse
   about 2/3 of the menu and can’t get any further down.
 *  [weblizar_support](https://wordpress.org/support/users/weblizar_support/)
 * (@weblizar_support)
 * [8 years, 9 months ago](https://wordpress.org/support/topic/mobile-side-menu/#post-9401424)
 * ok i’ll check it.
 *  [weblizar_support](https://wordpress.org/support/users/weblizar_support/)
 * (@weblizar_support)
 * [8 years, 9 months ago](https://wordpress.org/support/topic/mobile-side-menu/#post-9401467)
 * Please use the below CSS in your custom CSS box –
 *     ```
       @media(max-width:480px){
       .home_menu {
       min-height: 230px;
       overflow: scroll;
       }
       #cssmenu {
           height: 100px;
       }
       }
       ```
   
 * This will solve your issue.
 *  Thread Starter [rtsryank](https://wordpress.org/support/users/rtsryank/)
 * (@rtsryank)
 * [8 years, 9 months ago](https://wordpress.org/support/topic/mobile-side-menu/#post-9401511)
 * That worked perfectly, thank you!!

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

The topic ‘Mobile Side Menu’ is closed to new replies.

 * ![](https://i0.wp.com/themes.svn.wordpress.org/enigma-parallax/7.71/screenshot.
   png)
 * Enigma Parallax
 * [Support Threads](https://wordpress.org/support/theme/enigma-parallax/)
 * [Active Topics](https://wordpress.org/support/theme/enigma-parallax/active/)
 * [Unresolved Topics](https://wordpress.org/support/theme/enigma-parallax/unresolved/)
 * [Reviews](https://wordpress.org/support/theme/enigma-parallax/reviews/)

 * 5 replies
 * 2 participants
 * Last reply from: [rtsryank](https://wordpress.org/support/users/rtsryank/)
 * Last activity: [8 years, 9 months ago](https://wordpress.org/support/topic/mobile-side-menu/#post-9401511)
 * Status: resolved