Add line breaks to image banner text using Dawn theme

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?

sisubracelets.us

1 Like

@sanjivp27

yes, please try this code

  1. Go to Online Store->Theme->Edit code
  2. 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;
}

@KetanKumar

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?

@sanjivp27

confirm look

if move code top of the file

@KetanKumar

That worked. Thank you very much for the help.