Please see attached. In this poll, the results are appearing on the wrong rows. For example, Ashcraft should have the 37 votes, Sullwold 32 votes, etc.
Maximum choicess - 2.
Voting options - none checked.
Voting storage mode - normal
Cookie duration - 60
Display results - after poll is closed
Voting behavior - approval voting.
Anyone else see this on their advanced polls? thanks, - jb
| Comment | File | Size | Author |
|---|---|---|---|
| Screen Shot 2012-11-01 at 1.59.17 PM.png | 20.89 KB | jboeger |
Comments
Comment #1
kuikueg commentedSame here. Bartik shows results nicely. Corolla does exactly the same as shown on your pic.
Comment #2
snowmountain commentedI had the same situation using corolla; I got the vote results to display better with this CSS code:
.poll-bar {
margin-bottom: 5%;
}
Now with the extra spacing, it is readable without confusion of which number of votes go with which option. This basically prevents the text for the number / per cent of votes from overlapping the row beneath it.
This is nothing fancy, but is merely one quick way to fix the problem.
Comment #3
tripper54 commentedThe issue here is that this module uses a lot of CSS classes from the core poll module, which clashes with some themes.
I have added a small margin to .poll-bar as per #2 , thanks for that.