Created
April 28, 2022 21:58
-
-
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)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| /* 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