Goal: Enlarge the logo in Shopify’s Sense theme without increasing the header height.
Context and inputs:
OP showed images comparing the undesired enlarged header vs. the desired fixed-height header with a larger logo.
Store URL and storefront password were shared upon request for review.
Proposed solutions:
Add custom CSS targeting desktop (e.g., @media (min-width: 990px)) and scale the logo element via transform: scale(…) so the visual size increases without changing the header’s layout height.
Implementation paths mentioned: paste CSS in the Header section’s Custom CSS, or add code via Online Store > Edit Code > theme.liquid (before ).
Key technical note:
Using CSS transform scales the rendered logo without affecting the header’s box dimensions; the media query limits changes to larger screens.
Outcome:
OP confirmed the solution worked and expressed thanks; helper acknowledged. The thread appears resolved.
Notes:
Images were central to illustrate the undesired vs. desired header appearance and the final result screenshot.
No remaining open questions or disagreements were noted.
Summarized with AI on December 17.
AI used: gpt-5.
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.
Thank you for your reply. I’m glad to hear that the solution worked well for you. If you require any more help, please don’t hesitate to reach out. If you find this information useful, a Like would be greatly appreciated.