Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Select an option

  • Save infocities/3539c0fa63bb0462d2b8cb5d32f5591c to your computer and use it in GitHub Desktop.

Select an option

Save infocities/3539c0fa63bb0462d2b8cb5d32f5591c 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