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
PW: CollectionThree
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
PW: CollectionThree
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!