Why is my logo size smaller only on the homepage?

Topic summary

A user’s logo displays at the correct size on all pages except the homepage, where it appears significantly smaller than intended. Screenshots were provided showing the size discrepancy between the homepage and other pages.

Resolution:

  • Another user requested the store link for inspection
  • A solution was provided involving adding custom code to the theme.liquid file
  • The fix required navigating to: Online store > Themes > Edit code > theme.liquid
  • Specific markup code needed to be inserted after the <head> tag
  • The original poster confirmed the solution worked

Status: Issue resolved through theme code modification.

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

Hello,

My logo is showing really small but only on my home page.

it’s showing the size set on all other pages on my website but its only going really small on the homepage.

See image below of the issue:

See image below how it looks on all other pages:

Can anyone help?

Hi @Dash01

Could you drop your store link to check?

Hi @Dash01

Please go to your Online store > Themes > Edit code > open theme.liquid file, add this code after tag


Thank you!

You are very welcome