Turn off automatic hyphenation? in Coding and Customization Posted September 24, 2014 · Edited September 24, 2014 by Syl That should do the trick if anyone is still wondering: /* Hyphens */ p { -webkit-hyphens: manual !important; -moz-hyphens: manual !important; -ms-hyphens: manual !important; hyphens: manual !important; } Will cover everything, Safari, Firefox, iOS, Chrome… Tested using the Marquee template. carriebritodesign 1
Turn off automatic hyphenation?
in Coding and Customization
Posted · Edited by Syl
That should do the trick if anyone is still wondering:
Will cover everything, Safari, Firefox, iOS, Chrome… Tested using the Marquee template.