Archived topic
Reduce padding around logo (desktop)
3 replies · Started by Mike on March 13, 2020
Viewing posts 1–4 of 4
I'm trying to reduce the padding around the logo for desktop version.
What is the CSS code for that? I can't do it from Layout -> Header becuase I have "Use Navigation as Header" selected.
Thank you.
Hi there,
Try this CSS:
@media (min-width: 769px) {
.navigation-branding img {
padding: 5px 0;
}
}
The default is 10px (top and bottom) and you can reduce the number as desired.
Let me know if this helps :)
Perfect, thanks Leo!
No problem :)
This archived topic is closed to new replies.