Re: How to separate this line of text into 2 lines?

Solved

How to separate this line of text into 2 lines?

empiricalarby
Trailblazer
230 1 52

https://empiricalwater.com/

 

"Unleash the complete sensory potential of coffee & tea"

 

It should read,

 

"Unleash the complete sensory

     potential of coffee & tea"

 

(No matter what platform it is viewed on)

 

Thank you

Accepted Solution (1)

Moeed
Shopify Partner
6554 1779 2150

This is an accepted solution.

Hey @empiricalarby 

 

Follow these Steps:

1) Go to Online Store
2) Edit Code
3) Find theme.liquid file

4) Add the following code in the bottom of the file above </body> tag

<style>
h2.banner__heading.h1 {
    max-width: 400px !important;
}
</style>

RESULT:

Moeed_0-1700459137732.png

 

If I managed to help you then, don't forget to Like it and Mark it as Solution!

 

Best Regards,
Moeed

- Need a Shopify Specialist? Chat on WhatsApp

- Get a quick Shopify quote – Click here!

- Custom Design | Advanced Coding | Store Modifications


View solution in original post

Replies 3 (3)

Moeed
Shopify Partner
6554 1779 2150

This is an accepted solution.

Hey @empiricalarby 

 

Follow these Steps:

1) Go to Online Store
2) Edit Code
3) Find theme.liquid file

4) Add the following code in the bottom of the file above </body> tag

<style>
h2.banner__heading.h1 {
    max-width: 400px !important;
}
</style>

RESULT:

Moeed_0-1700459137732.png

 

If I managed to help you then, don't forget to Like it and Mark it as Solution!

 

Best Regards,
Moeed

- Need a Shopify Specialist? Chat on WhatsApp

- Get a quick Shopify quote – Click here!

- Custom Design | Advanced Coding | Store Modifications


empiricalarby
Trailblazer
230 1 52

Perfect! 😄

Moeed
Shopify Partner
6554 1779 2150

Thank you for your reply. I'm glad to hear that the solution worked well for you. If you require any more help, please don't hesitate to reach out. If you find this information useful, a Like would be greatly appreciated.

- Need a Shopify Specialist? Chat on WhatsApp

- Get a quick Shopify quote – Click here!

- Custom Design | Advanced Coding | Store Modifications