• 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 to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • Theme Author FameThemes

    (@famethemes)

    Hi @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

    (@bundo)

    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!

    @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.