Hi there
Quick question: I have added top and bottom padding to my logo and it’s now being cut off at the bottom as the header is shrinking when scrolling down. This is the code I’ve added so far.
.logo {
padding: 25px 0px;
}
Is there a way to fix it (and keep the padding around the logo)?
Thanks
Isabel
Here’s the link
Hi,
Thank you for using Enfold.
Please add the following css code below the previous one.
.header-scrolled .logo {
padding: 0;
}
Best regards,
Ismael
Hi Ismael
Thanks for your quick response. I was hoping to keep a little bit of room above and below the logo, even in the scrolled version. I could add white space directly to my logo-file, but thought there might be a better solution using code?
Thanks for your help,
Isabel
Hi,
Actually to keep that space across all versions (scrolled, etc) it may be more efficient adding the space to the logo image.
Best regards,
Jordan Shannon
No worries, will do. Thanks Jordan.