• Resolved eighthats

    (@eighthats)


    I have been encountering issues with longer poll options where they are becoming centered rather than remain aligned to the left. I had checked and found some CSS in another support post that could address this issue, however it does not appear to be working. Below is that CSS (3 being the option number I am trying to edit):

    div[id=”ays-poll-container-‘{3}’”] .ays_question, div[id=”ays-poll-container-‘{3}’”] .ays_question *{
    text-align: left !important;
    }

    The response I had drawn this information from is from 2022, so I am unsure if this implementation may have changed, or if my formatting might be incorrect. Any insight that could be provided would be helpful.

    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 @eighthats,

    Thank you for the topic.

    Most presumably, there was a CSS conflict and we provided a CSS code for it.
    Our Development Team has written a?new CSS code.?Please try this and let us know about the outcome.?

    Please take this Custom CSS code and insert it into the?Polls > particular poll > Styles tab > Custom CSS?option.
    For the poll with ID 3, please use the following CSS code.

    div#ays-poll-container-3 .ays-poll-answers *{
    text-align:left !important;
    }

    Please check this and let us know about the outcome.

    Thank you.

    Thread Starter eighthats

    (@eighthats)

    Thank you for your response, the updated code works perfectly.

    Plugin Support Jasmine

    (@hyenokian)

    Dear @eighthats,

    Thank you for your response.

    Glad to hear that!
    If your query is resolved, please take a moment to rate and review the plugin or support.

    Thanks in advance!

Viewing 3 replies - 1 through 3 (of 3 total)
  • You must be logged in to reply to this topic.