• Resolved Tui Lei Hai

    (@tui-lei-hai)


    I have enlarged and centralized the post title. The problem is now there is a hyphen for those long words. Could this be fixed with CSS?

Viewing 1 replies (of 1 total)
  • Thread Starter Tui Lei Hai

    (@tui-lei-hai)

    After searching all over various forums, I managed to fix it.

    It is by adding this code in the custom CSS file:
    .content .entry-title {
    site-content article
    word-wrap: normal;
    -webkit-hyphens: none;
    -moz-hyphens: none;
    hyphens: none;
    }

Viewing 1 replies (of 1 total)
  • The topic ‘Post Title Without Hyphen’ is closed to new replies.