• Resolved chrismacleavy

    (@chrismacleavy)


    Love Author. But (when viewing on mobile devices) text and titles in posts are wrapped to the next line, breaking the word in half using hyphens, and it looks a tad unattractive having lines ending in half a wo-
    -rd.
    Can this be fixed?

Viewing 3 replies - 1 through 3 (of 3 total)
  • Theme Author Ben Sibley

    (@bensibley)

    Thanks for choosing Author!

    You can turn off the hyphenation with the following CSS:

    body {
      -webkit-hyphens: none;
      -moz-hyphens: none;
      hyphens: none;
    }

    Copy & paste the code above into the “Custom CSS” section in the Customizer (Appearance > Customize), and it should take affect right away.

    Thread Starter chrismacleavy

    (@chrismacleavy)

    It’s a thing of beauty!!
    Thank you so much.

    Theme Author Ben Sibley

    (@bensibley)

    Haha no problem ??

    If you’re happy with Author, could you take just a minute to leave a review? I would really appreciate it.

    Thanks!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Text wrapping on mobile devices’ is closed to new replies.