How can I split hero image text into two rows?

Hi,

I want to split the following text from the hero image in two rows

1 Like

Hi @Manggo

Would you mind to share your Store URL website? with password if its protected. Thanks!

Hi @Manggo ,

You can try this code by following these steps:

Step 1: Go to Online Store->Theme->Edit code.

Step 2: Search file base.css

Step 3: Paste the below code at the bottom of the file → Save

.banner__text.rte.body >p{max-width:250px !important}

Hope my solution works perfectly for you!

Best regards,

Oliver | PageFly

1 Like