How To Stop Words from Breaking on Mobile in Divi

Use the following code to prevent words going to the next line in DIVI.

h1, h2, h3, h4, h5, h6 {
    overflow-wrap: normal;
}
  • divi, css
  • 3 Users Found This Useful
Was this answer helpful?

Related Articles

How to correctly embed a Vimeo video in the divi video module

The video module in DIVI is pretty slick but requires a special trick to insert videos from...

How to vertically align text in a column in DIVI

You are reading this because you want to easily vertically align text inside a column.Below is...

WPML shortcode for language flags

How to make a shortcode for WPML language flags.To display the language flags in a shortcode, use...

How to solve the Divi blog module hiding all blog posts

You are reading this article because you have used the DIVI blog module and when you look at your...