My hyphenation settings are ignored. What’s wrong?

Recent browser versions support the hyphens CSS property to enable hyphenation. If you want to the finer control over hyphenation that wp-Typography offers, make sure that the your theme stylesheet does not contain

hyphens: auto;

(or one of its vendor-prefixed variants like -webkit-hyphens). If you can’t remove the property from the theme’s stylesheet, make sure to add

hyphens: manual;

in a child theme stylesheet or wp-Typography’s injected CSS. (Don’t forget the vendor-prefixed variations!)


profile picture for mnd.sc-Admin

mnd.sc-Admin

More posts

| | Posted in | Comments Off on My hyphenation settings are ignored. What’s wrong?
Comments are disabled for this post.