Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #13818
    EPICPROJECT
    Member

    Hi,

    I would like to know if there’s a way to manage paragraph’s break inside page or post.

    I would like to avoid word-break

    http://www.epicproject.net

    Many thanks

    #13829
    Sakin
    Keymaster

    @EPICPROJECT: You can add the following CSS in “Appearance => Theme Options => Custom CSS” box.

    .site-content article {
    	word-wrap: normal;
    	-webkit-hyphens: none;
    	-moz-hyphens: none;
    	hyphens: none;	
    }
    #13932
    EPICPROJECT
    Member

    Thanks Sakin, That’s great.

    And thanks for your efficiency and disposability.

    #13933
    EPICPROJECT
    Member

    i meant disponibility

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Paragraphs break’ is closed to new replies.