Skip to main content

Poll

Are options cut?

I don't know yet, but I will test as soon as I have a poll handy.
[ 2 ] (100%)
Maybe, or maybe not, I'll check later on when I get some time to vote.
[ 0 ] (0%)

Total Members Voted: 2

Topic: [1.0.3] What happened with my poll options?  (Read 1730 times) previous topic - next topic
0 Members and 1 Guest are viewing this topic.

[1.0.3] What happened with my poll options?

It seems the options in mobile view are cut. See screenshot please.

ETA by emanuele: added a poll. :P

Re: [1.0.3] What happened with my poll options?

Reply #1

Indeed there is a position:relative misplaced.
If you have a moment you can try the following change to index.css:
Code: (find) [Select]
#poll_options .results {
 display: inline;
}
Code: (replace with) [Select]
#poll_options .results {
 position: relative;
}
This should fix it.
ETA: note for whoever will apply the patch, the position:relative on the bar can be removed.

In the meantime, you may want to remove this block as well:
Code: [Select]
.statsbar .bar {
 max-width: 12em;
 }
that is useless and makes the bar shorter than it should be.
Bugs creator.
Features destroyer.
Template killer.