Hello,
On my site, I’ve set up the header size at 155px height. Which is perfect for my big logo.
When I scroll in the page, the logo has a max-height at 77.5px, I’d like 50px.
How can I do it? Please find credendials attached.
Tx for your help !
Marine
Hey newki75,
Here is the code you can put in Enfold > General Styling > Quick Css, if it does not work, put into themes/enfold/css/custom.css
#header.header-scrolled-full .container.av-logo-container .logo img,
#header.header-scrolled .container.av-logo-container .logo img {
transition: max-height 0.5s ease;
max-height: 60px !important;
}
#header .container.av-logo-container .logo img {
transition: max-height 0.5s ease;
max-height: 177px;
}
If you need further assistance please let us know.
Best regards,
Victoria
Tx u ! You can close the issue,
Best regars,
Marine
Hi Marine,
Glad we got it working for you! :)
If you need further assistance please let us know.
Best regards,
Victoria