Archived topic
Mobile Header - Tighter Padding Possible ?
5 replies · Started by David on May 5, 2019
Hi,
Is it possible to make tighter against my logo the padding space to bring the red background closer to the log (top / bottom), or exactly as close as possible? curious how it would look... can you please provide css, or instructions where to adjust that? I may have missed it. See URL sample screenshot please.
Thanks,
Dave
Hi Dave,
Have you tried adjusting the menu item width only mobile?: https://docs.generatepress.com/article/menu-item-height-width/
That should tighten up the spacing between the search icon and menu toggle.
Let me know :)
Tom,
Can you please help again, I can't seem to find where to adjust this -- in the jungle of features lol :)
See URL. https://cl.ly/5eb6c85eda64
and here is a screen shot of my settings, which I played with... and could not get it.
https://cl.ly/ed5b7277d1f1
Thanks,
Dave
Try this CSS:
.site-logo.mobile-header-logo img {
padding: 0;
}
Bingo, that did it!
Thanks :)
No problem :)