Title: paragraph word wrap
Last modified: August 21, 2016

---

# paragraph word wrap

 *  Resolved [vintagegal](https://wordpress.org/support/users/vintagegal/)
 * (@vintagegal)
 * [12 years, 4 months ago](https://wordpress.org/support/topic/paragraph-word-wrap/)
 * The paragraphs in posts are hyphenating words. How can I change this to show 
   normal word wrap?

Viewing 2 replies - 1 through 2 (of 2 total)

 *  Theme Author [Tomas Mackevicius](https://wordpress.org/support/users/tomasm/)
 * (@tomasm)
 * [12 years, 4 months ago](https://wordpress.org/support/topic/paragraph-word-wrap/#post-4493686)
 * In next version I will remove it by default, but for now:
 *     ```
       .site-content article {
       	-webkit-hyphens: none;
       	-moz-hyphens: none;
       	-ms-hyphens: none;
       	hyphens: none;
       word-break: normal;
       }
       ```
   
 *  Thread Starter [vintagegal](https://wordpress.org/support/users/vintagegal/)
 * (@vintagegal)
 * [12 years, 4 months ago](https://wordpress.org/support/topic/paragraph-word-wrap/#post-4493712)
 * Worked like a charm!
    Thank you

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘paragraph word wrap’ is closed to new replies.

 * ![](https://i0.wp.com/themes.svn.wordpress.org/tiny-forge/1.6.1/screenshot.png)
 * Tiny Forge
 * [Support Threads](https://wordpress.org/support/theme/tiny-forge/)
 * [Active Topics](https://wordpress.org/support/theme/tiny-forge/active/)
 * [Unresolved Topics](https://wordpress.org/support/theme/tiny-forge/unresolved/)
 * [Reviews](https://wordpress.org/support/theme/tiny-forge/reviews/)

 * 2 replies
 * 2 participants
 * Last reply from: [vintagegal](https://wordpress.org/support/users/vintagegal/)
 * Last activity: [12 years, 4 months ago](https://wordpress.org/support/topic/paragraph-word-wrap/#post-4493712)
 * Status: resolved