How To Stop Words from Breaking on Mobile in Divi Print

  • divi, css
  • 3

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

h1, h2, h3, h4, h5, h6 {
    overflow-wrap: normal;
}

Was this answer helpful?

« Back