Need to resize logo on mobile

I have two logo for my website. I was able to edit the code to make them larger on desktop but I can’t figure out how to resize them on mobile. Can someone help me please? I am using the craft theme.

Desktop

Mobile

1 Like

Hi @neverlandgarden

Could you send me your store URL and protected-password so I can check?

https://www.neverlandgarden.com/

https://www.neverlandgarden.com/

Hello @neverlandgarden
Go to online store ---------> themes --------------> actions ------> edit code------->assets-----> section-image-banner.css

@media screen and (max-width: 749px) {
.banner--medium.banner--mobile-bottom:not(.banner--adapt) .banner__media, {
height: 50rem;
}
}

result

If this was helpful, hit the like button and accept the solution.
Thanks

Your store has password-protected