Resize sticky header Logo without changing mobile header logo
as you can see at https://preventing.de , the sticky header Logo is very small. How can I set another size without changing the mobile Logo size in Header?
Thanks for your help
Best regards from Hamburg, Germany!
Comments
you can use this custom css
#Top_bar.is-sticky #logo img:not(.svg) {
thanksmax-height: 45px !important;
}