Hi! I have a similar problem here: https://giovaniarchitettibologna.org/wordpress/?page_id=396
In the sidebar, I would like both the “question” and the “answers” to have a width: 280px. I managed to change the width of the “asnswers” by modifing the wp-polls/polls-css.css with:
.wp-polls ul li, .wp-polls-ul li, .wp-polls-ans ul li {
font-family: “Myriad Pro”, Tahoma, Geneva, sans-serif;
text-align: left;
width:280px;
background-image: none;
display: block;
but the “question” still doesn’t get my font and widht.
Any suggestion? Thanks!