hi everyone,
Is there anyway I can seperate my h2 heading (see pic below) into 2 seperate lines?
I would like to be able to type some words then press return to start a new line. Is this possible with h2 headings?
my preview link is below.
https://ektxwlfh6slpgdbz-54993551588.shopifypreview.com
thank your for your time and effort.
@Timstar
Please add the following CSS code to your assets/theme.scss.liquid bottom of the file.
@media only screen and (max-width: 749px){
#shopify-section-template--16533096136932__1652163694e1f06b9b h2, #shopify-section-template--16533096136932__1652163694e1f06b9b .h2 {max-width: 85% !important;margin: 0 auto !important;}
}
Thanks!
Thank you for your time replying. But this code didn’t change anything.
Do you have any other suggestions please?
Sorry my mistake. It did work. Must have copied it wrong. Thanks for your solution. Appreciate it.