Hi,
How can I add hyphens to a div component? I tried using hyphens: auto!important and specifying lang=en-US, but it does nothing.
…
#authorizedDealer {
-webkit-hyphens: auto;
-moz-hyphens: auto;
-ms-hyphens: auto;
word-break: break-all;
hyphens: auto !important;
text-align: justify;
}
Here is update code
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed auctor sollicitudin erat, id vulputate nunc cursus nec.
I tried that but it still doesn’t work. Here’s the link to the product page: https://saksby.com/products/tagwood-bbq-xl-argentine-wood-fire-charcoal-grill-all-stainless-steel-sak48213. I’m trying to hyphenate the section in the attached screenshot.