Hi,
I’m having problems with the logo extending beyond the bottom border when you scroll down the page and it shrinks. The logo is smaller than the specified dimensions.
This is the current code that I have at the moment:
/* Decrease spacing above logo */
div .logo { margin-top: 6px; }
.header-scrolled .logo {
bottom: 10px;
top: 6px;
}
Hi slui!
Add this to your custom CSS.
.header-scrolled .logo img {
max-height: 22px !important;
}
Best regards,
Elliott
Thanks…this resolves the issue. Please close this ticket.