Post titles

  • Some of my post titles end up splitting a word because it can’t fit on a line, for example ‘J. Cole Will Drop Al-bum Friday’

    So instead of splitting Album with a dash can it just send the entire word to the next line instead?

    Thanks.

    The blog I need help with is: (visible only to logged in users)

  • Yeah, I have the same question.

  • Hi there,

    unfortunately we have to add auto-hyphenation to guarantee that the webdesign won’t break for everyone. If you want to disable it for the titles, you can use the following custom CSS:

    .entry-title {
    -moz-hyphens: none !important;
      -ms-hyphens: none !important;
      -webkit-hyphens: none !important;
      hyphens: none !important;
    }

    Best, Ellen

  • The topic ‘Post titles’ is closed to new replies.