Multiple Headings or Break in One Heading on Image Banner - Dawn Theme

Hello!

I am trying to add three lines of text in a heading on an image banner on the Dawn theme. I would like the heading to say
"premium ingredients

premium formulas

superior products"

as shown on my current site in the first screenshot below, but I can only add one line of text or a subheader, neither of which can add a line break or allow me to add multiple headings. You can see where I’m trying to add these three lines of text in my new site, using the Dawn theme, in the second screenshot below. I can add another block as you can see by the plus signs, but it only allows me to add buttons, not another heading.

Can anyone assist with how to do this? Thank you!

HI @thestrandedshop
You can try follow this path:
Themes => edit code => asset => section-image-banner.css
and add this code to bottom of the file section-image-banner.css

.banner__heading {
max-width: 500px;
}

Hi @ExpertRookie - Thanks for your response! Does this just make the heading wider, or does it make a way to have 3 headers stacked on top of each other? Thank you again!

Hi @thestrandedshop
I tried to test your text content with the Dawn theme on my store, and I found that if we set max with 500px, it will make break line as you want

1 Like

@ExpertRookie That worked perfectly! Thank you so much!!