Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #8282
    Potzas
    Member

    Hi there, I’m wanting to stop words being split and hyphenated at the end of the line. Any custom code for this please? Also, the paragraph spaces are too big. I’ve looked back in the forums and there doesn’t seem to be a fix for this, is this still the case?

    Thanks!

    http://www.reefadmin.com

    #8305
    Sakin
    Keymaster

    @Pontzas: That is good for responsive design, sometime the words are longer and doesn’t fit in the small screen mobile devices. So, it will break it. But if you don’t like it then you can add the following css in “Appearance => Theme Options => Custom CSS” box.
    .site-content article { -webkit-hyphens: none; -moz-hyphens: none; hyphens: none; }

    #8313
    Potzas
    Member

    Thanks so much for your help!

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Stop words breaking at the end of the line’ is closed to new replies.