Have your say in Community Polls: What was/is your greatest motivation to start your own business?

How to fix letter breaks in text

How to fix letter breaks in text

clayinfo
Explorer
81 0 17

How do you fix the letter breaks that happens when you resize a window

 

Screen Shot 2024-06-01 at 1.51.20 AM.png


www.constructionlayers.com
PW: CollectionThree

Replies 3 (3)

Made4uo-Ribe
Shopify Partner
9094 2173 2683

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:

 

.image-with-text__text.rte.body p {
    word-break: auto-phrase;
}

 

And Save. 

Result: 

Made4uoRibe_0-1717179043735.png

If this fixed your issue, Likes and Accept as Solution are highly appreciated. Coffee tips fuel my dedication.
Get experienced Shopify developers at affordable rates—visit Made4Uo.com for a quick quote!
Need THEME UPDATES but have custom codes? No worries, for an affordable price.
Create custom Shopify pages effortlessly with PageFly's drag-and-drop ⚙️.
clayinfo
Explorer
81 0 17

How about for my contact page

Screen Shot 2024-06-01 at 5.20.33 PM.png

Made4uo-Ribe
Shopify Partner
9094 2173 2683

You have a code in your base.css code that break-all the text. 

Made4uoRibe_0-1717420568923.png

Im not sure what you are trying to fix on the. But this mean all the text will break,. 

You can change into like this. 

Made4uoRibe_1-1717420624448.png

If  still not working you can add the !important.

Save and refresh your browser. Thanks!

If this fixed your issue, Likes and Accept as Solution are highly appreciated. Coffee tips fuel my dedication.
Get experienced Shopify developers at affordable rates—visit Made4Uo.com for a quick quote!
Need THEME UPDATES but have custom codes? No worries, for an affordable price.
Create custom Shopify pages effortlessly with PageFly's drag-and-drop ⚙️.