Hey Patty,
It seems that there’s an error in your CSS
#yop-poll-answers-1 ul li input {
margin:0px;
float:none;
width:10px;
}
}
#yop-poll-answers-1 ul li label {
margin:0px;
font-style:normal;
font-weight:normal;
font-size:12px;
float:none;
display:inline;
}
Before “#yop-poll-answers-1 ul li label { ” you have two “}” and there should be only one:
#yop-poll-answers-%POLL-ID% ul li input {
margin:0px;
float:none;
width:10px;
}
#yop-poll-answers-%POLL-ID% ul li label {
margin:0px;
font-style:normal;
font-weight:normal;
font-size:12px;
float:none;
display:inline;
}
Let us know if you need more help.
Best wishes,
YOP Team