Hyphenation in Safari
-
Hi All
I have managed to fix hyphenation on text with this bit of code
p, h1, h2, h3, h4, h5, h6
{
-moz-hyphens: none;
-ms-hyphens: none;
-ms-word-break: keep-all;
-webkit-hyphens: none;
hyphens: none;
word-wrap: normal;
word-break: normal;
}But we are still getting hyphenation on apple devices using Safari
Any help very appreciated
https://www.myrelationshipwithfood.com/
Cheers
Russell
The page I need help with: [log in to see the link]
Viewing 13 replies - 1 through 13 (of 13 total)
Viewing 13 replies - 1 through 13 (of 13 total)
- The topic ‘Hyphenation in Safari’ is closed to new replies.