• Resolved pitajme

    (@pitajme)


    Hi,
    I found a CSS code that you gave us on an earlier topic regarding the responsiveness of the answers on mobile and that’s great, it solved the problem but now I see that the words on the results page are still cut down meaning the poll is moving some letters on the next line.

    Is there maybe also a CSS code that would solve this issue?

    Thank you.
    Greetings

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

    (@hyenokian)

    Dear @pitajme,

    Thank you for the topic.

    We checked and noticed the problem you are referring to.
    Our Development Team has created a new CSS code to help you achieve your desired result.

    Please take the following CSS code and insert it into the Theme > Customize > Additonal CSS.
    Don’t forget to clear caches afterward.

    div[id='ays-poll-container-'] .ays_grid_answer_span, 
    div[id='ays-poll-container-'] .answer-title .answer-
    text {
    word-break: break-word !important;
    }

    Please check this and let us know about the outcome.

    Thank you.

    Thread Starter pitajme

    (@pitajme)

    Dear Jasmine,
    Unfortunately it didn’t solve my problem :/
    Should I maybe put the poll ID somewhere?

    Thank you.

    Plugin Support Jasmine

    (@hyenokian)

    Dear @pitajme,

    Thank you for your reply.

    Nope, there is no need to insert the Poll ID. Most presumably, the Editor removed the * symbol we have written in the CSS code, due to which, it didn’t work for you.

    Do not delete the space after it.
    Do not forget to clear the cache afterward.

    div[id*='ays-poll-container-'] .ays_grid_answer_span,
    div[id*='ays-poll-container-'] .answer-title .answer-text {
    word-break: break-word !important;
    }

    By inserting the CSS code, you will achieve the following result:

    Please check it and get back to us.

    Thank you.

    Thread Starter pitajme

    (@pitajme)

    Dear Jasmine,
    Yes! Now the problem is solved! ??
    You guys are excellent and big professionals.

    Thank you very much and specially for your expediency.
    Greetings! ??

    Plugin Support Jasmine

    (@hyenokian)

    Dear @pitajme,

    Thank you for your reply and kind words.
    Customer satisfaction is our?highest?priority?and we always?do our?best to make your experience better.?

    If your query is resolved please take a moment to?rate?and?review?the plugin or support.

    Many thanks in advance!

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Words on results page not responsive’ is closed to new replies.