Wrap text in columns part 2

Please refer to my closed thread from 19days ago… (not sure how else to link to it?)

the code worked but wondering if the wrap can be hyphenated so that it is easier to see for the reader that the word continues on the next line for example.

competitio-
n

and not for example

competitio
n

Thank you.

Hi Samantha,

Please change the css code to.

.break-word {
  word-wrap: break-word !important;
    hyphens:auto;
}

Hope this helps

Hi, no that does not seem to add a hyphen. It just wraps not hypenates.

Samantha.

Hello Samantha,

I have tried the suggestions previously provided and they are working fine. Would you mind providing the direct link to the page you are working on so that we will be able to check your setup?

Thank you.

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.