Why is my Sense theme logo appearing too small?

Topic summary

A user is experiencing issues with their logo appearing too small in the Shopify Sense theme despite creating it in Canva and removing whitespace. They attempted to modify the max-width setting in the header.liquid file (changing from default 250px), but saw no improvement. The logo also appears blurry at current dimensions.

A community member provided a solution:

  • Increase the max-width value in theme settings from 250 to 500 pixels
  • Upload a higher resolution/larger image file

Key technical note: If the source image has insufficient width/resolution, it will appear blurred when displayed at 500px width. The issue stems from both theme settings and image quality—both need adjustment for optimal display.

Summarized with AI on November 25. AI used: claude-sonnet-4-5-20250929.

Hello I am currently using the sense theme and made a logo in canva, however when i upload it on my store its very small.i tried changing the max width in the header.liquid file but nothing happened.I did crop the image to remove any white space around it as well as change the dimensions several times, its however getting blurry currently the uploaded logo which i will attached a screen shot is 500*302 but its still showing as small.

i tried this as but it did not work:

“type”: “range”,
“id”: “logo_width”,
“min”: 50,
“max”: 250,
“step”: 10,
“default”: 100,
“unit”: “t:sections.header.settings.logo_width.unit”,
“label”: “t:sections.header.settings.logo_width.label”
},

1 Like

Hello @sam163

On my store, I changed the max-width value of the logo from 250 to 500:

And i uploaded an image with width >= 500px it will display fine, but if the image has a lower width it will be blurred

You can try again with a larger image.