Change the logo size on mobile only? - Dawn Theme

Hello . I’ve been searching for hours on how to change the logo size on mobile only in the Dawn theme.

Can anyone help please?

Thank you in advance!

@catukf100 ,

Please share the store URL.

1 Like

@catukf100 Please send me store url.

1 Like

https://jasmineandjadeinteriors.com/

I’ve replied

Hi @catukf100

I’m Richard Nguyen from PageFly- Free Landing Page Builder

You can try with this code.

Follow this:

Go to Online Store->Theme->Edit code->base.css ->paste bellow code in bottom of file

@media screen and (max-width: 767px){

img.header__heading-logo {

height: 50px !important;

width: 50px !important;

}

}

Hope that my solution works for you.

Best regards,

Richard | PageFly

Thank you

It worked perfectly! Thanks so much

1 Like

You are welcome @catukf100