Title: Responsive menu issue
Last modified: May 29, 2019

---

# Responsive menu issue

 *  [bundo](https://wordpress.org/support/users/bundo/)
 * (@bundo)
 * [7 years ago](https://wordpress.org/support/topic/responsive-menu-issue-4/)
 * Hello,
    when I visit my website on mobile device the menu stretches all the way
   to the bottom of the page as I press the responsive menu-button, instead of just
   stretching to where the different links ends. This works fine on my other website(
   www.bonusprofit.se) and I can not find the issue. How can I solve this problem?
 * Thank you!
 * Best regards,
    William Lundberg
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fresponsive-menu-issue-4%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

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

 *  Theme Author [FameThemes](https://wordpress.org/support/users/famethemes/)
 * (@famethemes)
 * [7 years ago](https://wordpress.org/support/topic/responsive-menu-issue-4/#post-11586748)
 * Hi [@bundo](https://wordpress.org/support/users/bundo/)
 * Please try to add this to Customize => Additional CSS:
 * `.onepress-menu.onepress-menu-mobile { height: auto !important; }`
 * Let me know how it goes!
 *  Thread Starter [bundo](https://wordpress.org/support/users/bundo/)
 * (@bundo)
 * [7 years ago](https://wordpress.org/support/topic/responsive-menu-issue-4/#post-11590249)
 * This seems to work, but now the smooth effect as you click the menu disappeared.
   It just pops up straight as you click, with no animation. How can I keep the 
   animation? 🙂
 * Thank you!
 *  [crdunst](https://wordpress.org/support/users/crdunst/)
 * (@crdunst)
 * [6 years, 10 months ago](https://wordpress.org/support/topic/responsive-menu-issue-4/#post-11804757)
 * [@bundo](https://wordpress.org/support/users/bundo/) just passing through searching
   for something else, but read your post.
 * The transition won’t work with a height css declaration, but if the height of
   your menu is going to be consistent, try {max-height: 140px!important} instead,
   changing 140px to whatever you need height-wise – this should still allow the
   transition:
 * `.onepress-menu.onepress-menu-mobile { max-height: 140px !important; }`

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

The topic ‘Responsive menu issue’ is closed to new replies.

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

 * 3 replies
 * 3 participants
 * Last reply from: [crdunst](https://wordpress.org/support/users/crdunst/)
 * Last activity: [6 years, 10 months ago](https://wordpress.org/support/topic/responsive-menu-issue-4/#post-11804757)
 * Status: not resolved