How can hyphenations / word breaks be prevented for the title of a post or page included in The Grid, especially on a mobile.
see example on mobile for this page:
thx
How can hyphenations / word breaks be prevented for the title of a post or page included in The Grid, especially on a mobile.
see example on mobile for this page:
thx
Hello Dianne,
Thanks for posting in!
One of your post title has actually a hyphen. You have this title: “Skin Tightening Solutions—Profound”.
By the way, to prevent the words from breaking apart, please make use of this code:
.tg-item .tg-cats-holder *,
.tg-item .tg-item-excerpt,
.tg-item .tg-item-title,
.tg-item .tg-item-title a {
word-wrap: normal;
}
We would loved to know if this has work for you. Thank you.
Yes. This solution worked to avoid hyphenations on both mobile and desktop. Thank you!!
You are most welcome.
This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.