A user is experiencing spacing and alignment issues in the Dawn theme, specifically with titles not centering properly in Collection List, Blog Feed, and Multi Column sections, plus footer spacing problems.
Issues identified:
Multiple section titles not centered
Footer layout needs restructuring
Previous code attempts haven’t resolved the problems
Solutions provided:
Two community members offered CSS fixes:
Quick fix: Add CSS to theme.liquid file targeting .title-wrapper-with-link with justify-content: center !important;
Targeted approach: Add specific CSS rules to base.css or theme.css for each section (.collection-list, .blog, .multicolumn) using text-align: center;
The user confirmed both solutions worked and thanked the contributors. The discussion appears resolved with working code implementations provided.
Summarized with AI on October 25.
AI used: claude-sonnet-4-5-20250929.
I’m having multiple problems with spacing in Dawn, mostly with titles not being centered.
I’ve been slowly working through the code trying to fix them, and have managed to sort a few things here and there but I can’t figure out the rest. It seems everything I try doesn’t change anything on the live side.