Archived topic
Mobile Logo Size
3 replies · Started by Ian on May 21, 2020
I found a few older posts about manually adjusting mobile logo size. Here is the most recent CSS:
.navigation-branding img, .site-logo.mobile-header-logo img {
padding: 0;
}
.site-logo.mobile-header-logo img {
height: 80px;
}
Is this the proper way to resize the mobile logo? Clearing cache and not seeing it take place, at least not on my iPhone. Any ideas?
Hi Ian,
The easiest way is to increase the menu item height with mobile toggle activated:
https://docs.generatepress.com/article/menu-item-height-width/
There is also 10px top and bottom padding which can be removed with this CSS:
.site-logo.mobile-header-logo img {
padding: 0;
}
Adding CSS: https://docs.generatepress.com/article/adding-css/
Let me know if this helps :)
Got it thx!
No problem :)