How To Stop Words from Breaking on Mobile in Divi

by | Jul 9, 2018 | Divi Tutorial | 9 comments

In this quick tutorial, I show you how to stop your words from breaking on mobile in Divi. It’s a very common occurrence so if you experience it, you’re not alone! Luckily with just one line of CSS and perhaps a few custom tweaks, you’ll be all set in no time.

Hope this quick tip helps!

Here’s an example of how you can use this trick for headings:


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