How can I increase my logo size beyond theme settings?

Hi could someone please help me. I wish to make my logo bigger. I have already increased the size to the max in the theme settings however it is still too small. Could someone perhaps provide some code that could fix this problem. Thanks

Hey @j_pozz

Welcome to Shopify Community! Can you share your Store URL so I can have a look on it? Also, if you have password enabled then please share the password as well. Your cooperation would be greatly appreciated.

Best Regards,
Moeed

Hi. @j_pozz .

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

  1. Add the following code in the bottom of the file above tag.
.header__heading-logo {
    height: 35vh;
    width: 12rem;
}

Try This Code. And please kindly share your store URL and password.

Could you share your store URL to check?

Hi @j_pozz ,

You can try this code by following these steps:

Step 1: Go to Online Store->Theme->Edit code.

Step 2: Search file theme.liquid

Step 3: Paste the below code at the bottom of the file → Save


Hope my solution works perfectly for you!

Best regards,

Oliver | PageFly

URL: e5a0be.myshopify.com

Code: 7629

Didn’t work

URL: e5a0be.myshopify.com

Code: 7629

Please increase the original size of your logo to make it bigger. It is 90x29 px only for now