Text centering on longer options
-
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]
- You must be logged in to reply to this topic.