Thread Starter
yoyei
(@yoyei)
Detected the error.
The problem is that it is not possible using more than 7 polls in the same page if they include ‘<a href’ in the text of the answers
Yes, I know, totally incomprehensible but true
Edit your YOP css template and change this section to this: (note ‘margin’ and ‘float’ are not default values):
#yop-poll-answers-%POLL-ID% ul li input {
margin:5px;
float:left;
}