Center the titles in a multi-column

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 h3 with text-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
Summarized with AI on October 29. AI used: claude-sonnet-4-5-20250929.

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.

Can you please share the store URL?

.multicolumn-card__info h3 {
  text-align: center;
}
  1. From your Shopify Admin, go to Online Store > Themes.
  2. Click “Customize” on your current theme.
  3. In the top dropdown, select “Theme settings” then “Custom CSS” (if available).
  4. Paste the code above into the Custom CSS field.
  5. Click Save.