• When I open my blog in browser from my phone long words in blog post titles are split in two and hyphenated. Is there a way to fix it? I use a theme Twenty Sixteen.

    Thanks!

Viewing 1 replies (of 1 total)
  • Looks like this is still happening for you, you can add the following CSS into the Additional CSS section in the Customizer to fix this

    .content-area .post .entry-title {
    	hyphens: manual;
    }
Viewing 1 replies (of 1 total)
  • The topic ‘How to make titles not hyphenate’ is closed to new replies.