Title: Mobile menu overflow CSS tweak/fix
Last modified: August 30, 2016

---

# Mobile menu overflow CSS tweak/fix

 *  Resolved [Cris](https://wordpress.org/support/users/cris-tarta/)
 * (@cris-tarta)
 * [10 years, 8 months ago](https://wordpress.org/support/topic/mobile-menu-overflow-css-tweakfix/)
 * Hi,
 * I found the following mobile menu tweak from the author in another support thread:
 *     ```
       @media only screen and (max-width: 719px) {
       .nav ul { display: none!important; }
       .nav li:hover ul { display: block!important; }
       }
       ```
   
 * I was not able to provide a follow up on the closed topic for an additional fix
   to prevent the overflow of menu items when expanding sub-items.
 * Adding this extra CSS bit makes the menu fully responsive on mobile resolutions(
   at least on iOS).
 *     ```
       #nav-header .expand {
              height: auto !important;
       }
       ```
   
 * Thank you to the author for great support and for providing such a versatile 
   and great theme!
 * -Cheers

The topic ‘Mobile menu overflow CSS tweak/fix’ is closed to new replies.

 * ![](https://i0.wp.com/themes.svn.wordpress.org/hueman/3.7.27/screenshot.png)
 * Hueman
 * [Support Threads](https://wordpress.org/support/theme/hueman/)
 * [Active Topics](https://wordpress.org/support/theme/hueman/active/)
 * [Unresolved Topics](https://wordpress.org/support/theme/hueman/unresolved/)
 * [Reviews](https://wordpress.org/support/theme/hueman/reviews/)

## Tags

 * [hidden](https://wordpress.org/support/topic-tag/hidden/)
 * [overflow](https://wordpress.org/support/topic-tag/overflow/)

 * 0 replies
 * 1 participant
 * Last reply from: [Cris](https://wordpress.org/support/users/cris-tarta/)
 * Last activity: [10 years, 8 months ago](https://wordpress.org/support/topic/mobile-menu-overflow-css-tweakfix/)
 * Status: resolved