Tagged: 

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #48390
    Campagne
    Participant

    hello,
    The other issue concerns the hyphenation. It does not work with the theme. How can we proceed?

    Bests regards,
    Sylvain

    #48392
    Campagne
    Participant

    In fact it’s Chrome that problem. Is there a solution?

    #48399
    Sakin
    Keymaster

    To remove hyphenation, you can add the following css in “Appearance => Theme Options => Custom CSS” box:

    .site-content article {
    	-webkit-hyphens: manual;
    	-moz-hyphens: manual;
    	hyphens: manual;	
    }
Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘hyphenation’ is closed to new replies.