On Dawn theme, how would I make the lines in the third image banner that say “More Bracelets More Cultures Coming Soon” break after every two words so that it would say “More Bracelets” “More Cultures” “Coming Soon” without affecting any other sections on the site?
1 Like
yes, please try this code
- Go to Online Store->Theme->Edit code
- Asset->/base.css ->paste below code at the bottom of the file.
#shopify-section-template--15281682645049__165482782014dcccfd h2.banner__heading.h0 {
max-width: 580px;
margin: 0px auto;
}
Thank you very much for helping me with this problem. Unfortunately, the code you provided resulted in nothing changing in the website. Is there anything else I could do to fix this?
That worked. Thank you very much for the help.
