Re: Mobile logo too small on Broadcast theme.

Solved

Mobile logo too small on Broadcast theme.

mineralspectrum
Tourist
3 0 0

I have tried to find solutions but only found for other themes. My website url is: mineralspectrum.com.

 

Any help would be much appreciated!

 

Julio.

Accepted Solution (1)
Zworthkey
Shopify Partner
5581 641 1582

This is an accepted solution.

Hii, @mineralspectrum 
Paste this code on top of the theme.scss file.

@media only screen and (max-width: 749px){
.header__logo.header__logo--image {
    width: 200px !important;
    margin-left: -50px !important;
}
}

Thank You.

View solution in original post

Replies 6 (6)

Zworthkey
Shopify Partner
5581 641 1582

Hii, @mineralspectrum 
Kindly share your store Password so,
I can solve it perfectly.
Thank You.

mineralspectrum
Tourist
3 0 0

it is: Ripple

 

Thanks

Zworthkey
Shopify Partner
5581 641 1582

This is an accepted solution.

Hii, @mineralspectrum 
Paste this code on top of the theme.scss file.

@media only screen and (max-width: 749px){
.header__logo.header__logo--image {
    width: 200px !important;
    margin-left: -50px !important;
}
}

Thank You.

mineralspectrum
Tourist
3 0 0

Thank you very much.

It worked perfectly!

Zworthkey
Shopify Partner
5581 641 1582

@mineralspectrum 
Welcome!

terraluna
Visitor
1 0 0

Hi, I've just tried to use this code and it doesn't seem to be working. Is it by chance any different now? Thank you