Change Mobile Logo Size Only

Change Mobile Logo Size Only

StellarFae
Excursionist
41 0 9

I want to make my logo bigger in mobile. I like the size of it in desktop but want it bigger in mobile. 

Any help would be greatly appreciated.

 

www.stellarfaecreations.com

 

 

Replies 2 (2)

Moeed
Shopify Partner
7354 1993 2432

Hey @StellarFae 

 

Follow these Steps:

1) Go to Online Store
2) Edit Code
3) Find theme.liquid file

4) Add the following code in the bottom of the file above </body> tag

<style>
@media screen and (max-width: 767px) {
.header__heading-logo-wrapper {
    width: 150% !important;
    right: 35px !important;
    position: relative !important;
}
}
</style>

RESULT:

Moeed_0-1722282873259.png

 

If I managed to help you then, don't forget to Like it and Mark it as Solution!

 

Best Regards,
Moeed

- Need a Shopify Specialist? Chat on WhatsApp

- Get a quick Shopify quote – Click here!

- Custom Design | Advanced Coding | Store Modifications


websensepro
Shopify Partner
1879 224 267

Hello @StellarFae ,

Go to online online store > themes > edit code > search base.css file
Add the following code in the base.css file at the bottom 

@media screen and (max-width: 990px) {
    [id] .header__heading-logo {
        max-width: 120px !important;
    }
}

@media screen and (max-width: 767px) {
    [id] .header__heading-logo {
        max-width: 120px !important;
    }
}

 

And Save the file.

Thanks!

Need a Shopify developer? Hire us at WebSensePro For Shopify Design Changes/Coding
For Free Tutorials Subscribe to our youtube
Get More Sales Using Big Bulk Discount APP
Create Your Shopify Store For Just 1$/Month
Get More Sales Using Big Bulk Discount APP