Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Select an option

  • Save ashlie-elizabeth-moore/76f15fdad828e9f2eb7cd7423fa71ba6 to your computer and use it in GitHub Desktop.

Select an option

Save ashlie-elizabeth-moore/76f15fdad828e9f2eb7cd7423fa71ba6 to your computer and use it in GitHub Desktop.
Divi Theme Builder Fix - Stop words in Headers from wrapping ( The builder default)
/* Header Fix --> Makes Long Words Break */
h1, h2, h3, h4, h5, h6 {
overflow-wrap: break-word;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment