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;
}
- 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.