Site logo

Archived topic

Mobile menu not opening

5 replies · Started by Yael on August 23, 2017

Viewing posts 1–6 of 6

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.

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?

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;
    }
}

Thanks, Leo, appreciate your help.

You're very welcome :)

This archived topic is closed to new replies.