Archived topic
Mobile menu not opening
5 replies · Started by Yael on August 23, 2017
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:
Can you help me sort these issues?
Thanks.
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
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 :)