How can I resize my logo on a smartphone?

Solved

How can I resize my logo on a smartphone?

Marco211
Explorer
91 0 20

Hi everyone, I would like to make the size of my logo smaller on my smartphone. Do you know how to do it? Thank you all

 

refadestudios.com

password: refade

Screenshot 2024-01-23 222111.png

Accepted Solution (1)

HM_Helal
Shopify Partner
39 8 7

This is an accepted solution.

Hello @Marco211 !

 

You can use this css code to adjust the logo size for mobile device: 

@media only screen and (max-width:748px){	
.header__heading-logo {
    width: 49% !important;
}
}

 

Thanks. 

View solution in original post

Reply 1 (1)

HM_Helal
Shopify Partner
39 8 7

This is an accepted solution.

Hello @Marco211 !

 

You can use this css code to adjust the logo size for mobile device: 

@media only screen and (max-width:748px){	
.header__heading-logo {
    width: 49% !important;
}
}

 

Thanks.