ResolvedStop words dividing

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #30124

    Is there a way to prevent words dividing in text blocks across my site? I have many cases where simple words like ‘shopping’ get divided into ‘shop-ping’. I’d rather the whole word moved to the next line. Thanks!

    #30143
    Althemist
    Keymaster

    Hi raoul_k@hotmail.co.uk,

    You can disable this with CSS:

    p {
    	-ms-hyphens: none !important;
    	-webkit-hyphens: none !important;
    	hyphens: none !important;
    }
Viewing 2 posts - 1 through 2 (of 2 total)

You must be logged in and have valid license to reply to this topic.

License required for the following item
Login and Registration Log in · Register