Woodmart Theme - Sticky header too large particularly the logo

Logo is huge when sticky menu on both for desktop and mobile. Cant adjust it. www.aussiegardener.com.au

Hi Brian_M_Chapman

Please add this code in your theme.css.

.header-clone .site-logo img {
max-width: 124px !important;
}

If helpful then please Like and Accept Solution.
Shopify theme and app developer.
Thanks

hello @Brian_M_Chapman

please Go to Online Store->Theme->Edit code then go to assets/theme.css ->paste below code at the bottom of the file.

.sticky-header.header-clone .site-logo img {
    max-width: 100px !important;
}

Brilliant THANK YOU. I wasted too much time trying to do that myself.

Ive dropped it down to 75px rather than 124px and it looks much better when scrolling

sticky header has stopped working now?

Sticky header missing was caused by code added by another developer. Now removed it is working again. Thank you.