It looks like my other topic was closed for some reason even though a resolution was not reached: https://kriesi.at/support/topic/logo-re-sizing-issues-v2-4/
I do not want my logo to re-size on scroll, but it has started to do so after updating to version 2.4.1.
Hey!
Add this code to the Quick CSS:
.logo img, .logo a {
max-height: none !important;
}
Cheers!
Josue
Great, this worked. Thanks Josue!