I would like to center the titles in a multi-column as they appear stuck to the left side in the Dawn theme of my Shopify store. Thank you, regards.
Topic summary
A user seeks to center titles in a multi-column section of the Dawn theme, as they currently align to the left.
Proposed Solution:
- Add CSS targeting
.multicolumn-card__info h3withtext-align: center; - Apply via Theme Settings > Custom CSS in the Shopify theme customizer
Current Status:
- One responder requested the store URL for further context
- Another provided a complete CSS solution with step-by-step implementation instructions
- No confirmation yet on whether the solution resolved the issue
Can you please share the store URL?
.multicolumn-card__info h3 {
text-align: center;
}
- From your Shopify Admin, go to Online Store > Themes.
- Click “Customize” on your current theme.
- In the top dropdown, select “Theme settings” then “Custom CSS” (if available).
- Paste the code above into the Custom CSS field.
- Click Save.