Archived topic
Remove padding from logo image
1 reply · Started by Luke on March 12, 2021
Viewing posts 1–2 of 2
I'm using the 'navigation as header', and currently my logo has quite a lot of padding around it. Can you please guide me as to how to reduce this?
(log in info in private info)
Hi there,
try this CSS:
.navigation-branding img, .site-logo.mobile-header-logo img {
padding: 0 !important;
}
How to add CSS:
This archived topic is closed to new replies.