Title: Word breaking issue
Last modified: August 22, 2016

---

# Word breaking issue

 *  Resolved [opafritz](https://wordpress.org/support/users/opafritz/)
 * (@opafritz)
 * [11 years, 4 months ago](https://wordpress.org/support/topic/word-breaking-issue/)
 * Hello,
 * how do I turn off Ignite Plus breaking words at the end of the line? I would 
   much rather read the full word on the next line instead of the word broken in
   two lines connected by a – .
 * Thanks

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

 *  Thread Starter [opafritz](https://wordpress.org/support/users/opafritz/)
 * (@opafritz)
 * [11 years, 4 months ago](https://wordpress.org/support/topic/word-breaking-issue/#post-5633479)
 * This is regarding the mobile theme version of Ignite Plus.
 *  Theme Author [Ben Sibley](https://wordpress.org/support/users/bensibley/)
 * (@bensibley)
 * [11 years, 4 months ago](https://wordpress.org/support/topic/word-breaking-issue/#post-5633533)
 * Thanks for upgrading!
 * This can be accomplished with the following CSS:
 *     ```
       body {
       -webkit-hyphens: none;
         -moz-hyphens: none;
         hyphens: none;
       }
       ```
   
 * You can copy and paste that code into the “Custom CSS” section in the Customizer(
   Appearance > Customize). Once added there, it should take affect right away.

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

The topic ‘Word breaking issue’ is closed to new replies.

 * ![](https://i0.wp.com/themes.svn.wordpress.org/ignite/1.84/screenshot.png)
 * Ignite
 * [Support Threads](https://wordpress.org/support/theme/ignite/)
 * [Active Topics](https://wordpress.org/support/theme/ignite/active/)
 * [Unresolved Topics](https://wordpress.org/support/theme/ignite/unresolved/)
 * [Reviews](https://wordpress.org/support/theme/ignite/reviews/)

## Tags

 * [word wrap](https://wordpress.org/support/topic-tag/word-wrap/)

 * 2 replies
 * 2 participants
 * Last reply from: [Ben Sibley](https://wordpress.org/support/users/bensibley/)
 * Last activity: [11 years, 4 months ago](https://wordpress.org/support/topic/word-breaking-issue/#post-5633533)
 * Status: resolved