Archived topic
Mobile Logo size really small
1 reply · Started by Caleb on March 7, 2019
Hi,
My mobile logo is tiny and I cannot find the option to increase it's size. Can you please point me in the right direction?
Thanks!
Hi there,
Try increasing the menu item height with the mobile toggle:
https://docs.generatepress.com/article/menu-item-height-width/
There is also 10px padding added by default which you can remove with this CSS:
.mobile-header-navigation .mobile-header-logo img {
padding: 0;
}
Adding CSS: https://docs.generatepress.com/article/adding-css/
That being said, the mobile header logo is supposed to be something small. It would work better if only use the icon without the site title.
Let me know if this helps :)