Viewing 3 replies - 1 through 3 (of 3 total)
  • Hi rlandry. There is a solution to this. Just add a class that removes syllabication, like this:

    .noslicing {
    word-wrap: break-word;
    -webkit-hyphens: none;
    -moz-hyphens: none;
    hyphens: none;
    }

    Thread Starter rlandry

    (@rlandry)

    Thanks Johnny Tuc!

    Where would I place this?

    You’ll have to go to appearance -> editor, search for the file named style.css. But I recommend you to create a child theme first and make modifications on it. You can read more here

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Responsive Font on Mobile’ is closed to new replies.