ninabrowndesign Posted July 1, 2022 Posted July 1, 2022 Site URL: https://www.history-ink.com/home Hi! Some of my text is breaking / wrapping.... Is there any code to prevent this from happening? Found this on google but it's not working... ! Thanks 🙂 p, h1, h2, h3 {  -moz-hyphens: none;  -ms-hyphens: none;  -webkit-hyphens: none;  hyphens: none;  }
tuanphan Posted July 1, 2022 Posted July 1, 2022 Use this code p,h1,h2,h3 { -webkit-hyphens: manual !important; -moz-hyphens: manual !important; -ms-hyphens: manual !important; hyphens: manual !important }  Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message Contact Customer Care - Learn CSS - Buy me a coffee (thank you!)
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment