A user running the Dawn theme on Shopify needs help enlarging their header logo and repositioning their catalog button to the far right of the header menu.
Initial Problem:
Unable to increase header logo size despite trying various code solutions
Store was initially password-protected, preventing helpers from viewing the issue
Solutions Provided:
For logo sizing:
Add custom CSS code to the theme.liquid file, placed above the </body> tag
Code targets logo dimensions and adjusts size accordingly
This solution was confirmed working by the original poster
For catalog button positioning:
Two approaches offered: updated CSS code in theme.liquid, or alternative method using CSS in the theme’s assets folder
CSS targets the catalog navigation item with margin-left: auto to push it to the far right
Can also be adjusted through Theme Editor’s header section alignment options if available
Both solutions involve editing the theme’s code files and require saving changes before previewing results.
Summarized with AI on November 5.
AI used: claude-sonnet-4-5-20250929.
Lately I’ve been trying all sorts of code on my Dawn theme and can’t seem to figure out how to make my Header Logo larger. If anyone can help me find out what I might be doing wrong that would be greatly appreciated.
Alongside, I would Like to move my catalog button from my Header menu to the Far Right if anyone knows how to do that as well. I’d like to move it almost as far as the shopping cart is.