Fix letter break of from words in text for MOBILE

I noticed that letters from a word automatically transfers to the second line when ever it doesn’t fit the width of the page on mobile. Could anyone help me troubleshoot this? Thank you

www.constructionlayers.com

PW: CollectionThree

1 Like

Hi @clayinfo

Check this one.

From your Shopify admin dashboard, click on “Online Store” and then “Themes”.

Find the theme that you want to edit and click on “Actions” and then “Edit code”.

In the “Assets” folder, click on “base.css, style.css or theme.css” file, depending on which file your theme uses to store its CSS styles. At the bottom of the file, add the following CSS code:

.page-width--narrow .rte.scroll-trigger.animate--slide-in {
    word-break: normal !important;
}

And Save.

Result:

Please don’t forget to Like and Mark Solution to the post that helped you. Thanks!

My product page still looks the same. Any idea how to fix it?

1 Like

This is my SS

Seems like you alreayd solve it. On your share image you want that text not to be broken so only that text I solve.