How can I make my logo bigger and sharper in mobile view?

Problem with logo in mobile view.

Please help me in setting logo image bigger and sharp.

I’m using Ella Theme by Halo Theme.

1 Like

Edit the header code and use srcset to load different image size based on the screen size.

example:

srcset="{{ image_url | image_url: width: 375 }}

@TheRealMan1

Welcome to the Shopify community!
Thanks for your good question.

kindly share your store URL, so that
I will check out the issue and provide a solution.

Thanks for sharing, I found a lot of interesting information here. A really good post, very thankful and helpful that you will write many more posts like this one.

MyKFCExperience Survey

https://therealman-trm.myshopify.com/admin/themes/121806454889/editor?section=1540952363851&block=1540952363851%2F1540952363851-0

where should i put this code in header.

I can’t look into the code. But there should be a file similar to header.liquid

Note: this is sample code, you need to modify it if necessary.