Logo padding on mobile
-
When using an image for a logo the padding used makes the logo appear to have shrunk on mobile, making the logo text mostly unreadable. Using this guide: https://generatepress.com/forums/topic/mobile-logo-remove-paddingmargin-and-increase-size/
I tried the following code with a custom CSS plugin:
.mobile-header-navigation .mobile-header-logo { padding-top: 0 !important; margin-left: 0 !important; } .mobile-header-navigation .mobile-header-logo, .mobile-header-navigation .mobile-header-logo img { height: 50px !important; /* height of your navigation */ }
However the padding remains. How can I get rid of it?
Thanks.
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
- The topic ‘Logo padding on mobile’ is closed to new replies.