[Resolved] Mobile menu not opening

Home Forums Support [Resolved] Mobile menu not opening

Home Forums Support Mobile menu not opening

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #371901
    Yael

    Hello,

    I recently converted my site from Genesis to GeneratePress and finally got around to testing on my mobile devises.

    I then discovered two issues: one, the mobile menu is tiny (you can barely see it) and, two, the mobile menu does not open.

    Site URL:

    https://www.pixelhappy.co/

    Can you help me sort these issues?

    Thanks.

    #372025
    Leo
    Staff
    Customer Support

    Hi there,

    You can change the menu item height for mobile to increase the size: https://docs.generatepress.com/article/menu-item-height-width/

    The mobile menu is also working for me: https://s30.postimg.org/n2qkts0vl/IMG_6178.png

    #372063
    Yael

    Thank you, Leo. I think the issue for the mobile menu was a plugin (minify) issue.

    But the second issue is not related to menu items but the size of the mobile logo.

    Can that be adjusted?

    #372104
    Leo
    Staff
    Customer Support

    If you increase the menu item height (with the mobile toggle), the logo size should increase as well.

    Or/and we can remove the padding as well:

    @media (max-width: 768px) {
        .mobile-header-navigation .mobile-header-logo img {
            padding: 0;
        }
    }
    #372115
    Yael

    Thanks, Leo, appreciate your help.

    #372118
    Leo
    Staff
    Customer Support

    You’re very welcome 🙂

Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.