• Resolved henspu01

    (@henspu01)


    I do not want hyphenation or any other word division in my question texts in my surveys. I can see that a css style is used: word-break: break-all; Can I turn this off, or overwrite it in any way?

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Support Jasmine

    (@hyenokian)

    Dear @henspu01,

    Thank you for the topic.

    I have passed your case to our Development Team, and, though generally, we don’t provide this kind of support, they have created a new CSS code special for you to achieve your desired result.

    Please take this Custom CSS code and insert it into the Polls > particular poll > Styles tab > Custom CSS option.

    Then, replace YOUR_POLL_ID with the corresponding Poll ID (e.g. 3).
    Do not delete the space after it.
    Do not forget to clear the cache afterward.

    div#ays-poll-container-YOUR_POLL_ID .apm-choosing .ays-poll-each-answer-grid{
    word-break: unset !important;
    }

    Also, please go to the Styles tab and increase the poll width for the Width (px) option, if you don’t want to see the line break.

    See the screenshot: https://ibb.co/DknjWd8

    Please check this and let us know about the outcome.

    Thank you.

    Thread Starter henspu01

    (@henspu01)

    Thank you very much. It solved the problem. Have a nice day.

    Plugin Support Jasmine

    (@hyenokian)

    Dear @henspu01,

    Thank you for your reply.

    Glad to hear that the CSS code we have provided you with was of help to you to achieve your desired result.
    Customer satisfaction is our highest priority and we always do our best to make your experience better.

    In case of any further questions, feel free to open a new topic. Our customer care specialists are always ready to help you.

    Thank you.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Disable word break’ is closed to new replies.