You can modify the template in WP-Admin -> Polls -> Polls Template or you can overwrite the Poll default CSS (https://github.com/lesterchan/wp-polls/blob/master/polls-css.css) in your theme style.css
Thank you so much. I changed the Poll default CSS and centered the answers. This works fine. 🙂
Now I would like to set answers and questions on the left side. Unfortunately I am not able to change the Polls Template or Poll default CSS correctly
Can you please tell me what kind of modifications I have to do exactly?
Thank you very much
Hans
I saw you set it to text-align: cetner; You set it to center and it works fine, and now you want to set it to the left? Just use text-align: left;?
🙂
I want the question as well on the left side. This does not work with “text-align: left” in the Poll default CSS
The poll question is text-align: center; in the templates, go to WP-Admin -> Polls -> Polls Template to change it
I must be blind 😉
I can’t find this file in “WP-Admin” or “Themes”.
In the file:
/wp-content/plugins/wp-polls/polls-templates.php
I changed in line 103 “center” and “left”, but this does not work.
Huh? Not the file. Is your wordpress admin panel.
🙂 Perfect!
I’m fine – Thank you very much!