Title: hyphenation
Last modified: February 11, 2021

---

# hyphenation

 *  Resolved [anastasonic](https://wordpress.org/support/users/anastasonic/)
 * (@anastasonic)
 * [5 years, 4 months ago](https://wordpress.org/support/topic/hyphenation-3/)
 * I have problems with hyphenation on my page with Neve theme.
    Word breakdown 
   occurs absolutely everywhere – in headings, in text, in captions to pictures.
   Happens at random. I tried to install the wp-typography plugin, but it didn’t
   help. I tried to manually change it in CSS but did not succeed either
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fhyphenation-3%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

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

 *  [danamv](https://wordpress.org/support/users/danamv/)
 * (@danamv)
 * [5 years, 4 months ago](https://wordpress.org/support/topic/hyphenation-3/#post-14041583)
 * Hi [@anastasonic](https://wordpress.org/support/users/anastasonic/),
 * Please try adding the following code to Customizer -> Additional CSS:
 *     ```
       .wp-block-themeisle-blocks-advanced-columns .innerblocks-wrap {
           word-break: break-all;
           hyphens: none !important;
       }
       ```
   
 * Let us know if it worked.
 *  Thread Starter [anastasonic](https://wordpress.org/support/users/anastasonic/)
 * (@anastasonic)
 * [5 years, 4 months ago](https://wordpress.org/support/topic/hyphenation-3/#post-14041727)
 * No, unfortunately, it didn’t work. The code I have tried before was
 *     ```
       .entry-caption,
       .type-attachment .entry-title,
       .author-description,
       .widget,
       .entry-content,
       .entry-summary,
       .page-content,
       .comment-content,
       code,
       kbd,
       tt,
       var,
       samp,
       pre,
       blockquote,
       q {
           -webkit-hyphens: none;
           -moz-hyphens: none;
           -ms-hyphens: none;
           hyphens: none;
           word-wrap: none;
       }
       ```
   
 * And this one didn’t work either…
 *  [Vytis](https://wordpress.org/support/users/bvytis/)
 * (@bvytis)
 * [5 years, 3 months ago](https://wordpress.org/support/topic/hyphenation-3/#post-14054357)
 * Hi [@anastasonic](https://wordpress.org/support/users/anastasonic/),
 * I’ve checked our website and I don’t see words being broken, could you share 
   an example where the issue still occurs if it does?
 * Thanks!
 *  Thread Starter [anastasonic](https://wordpress.org/support/users/anastasonic/)
 * (@anastasonic)
 * [5 years, 3 months ago](https://wordpress.org/support/topic/hyphenation-3/#post-14077853)
 * I have found where there was a problem – Gutentor blocks. I couldn’t fix it in
   the plugin but they have made an upgrade so that now wp-typography works well
   with the plugin and theme.
 *  [Poonam Namdev](https://wordpress.org/support/users/poonam9/)
 * (@poonam9)
 * [5 years, 3 months ago](https://wordpress.org/support/topic/hyphenation-3/#post-14094126)
 * Glad to hear you got it working.

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

The topic ‘hyphenation’ is closed to new replies.

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

## Tags

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

 * 5 replies
 * 4 participants
 * Last reply from: [Poonam Namdev](https://wordpress.org/support/users/poonam9/)
 * Last activity: [5 years, 3 months ago](https://wordpress.org/support/topic/hyphenation-3/#post-14094126)
 * Status: resolved