Frode789

Well-Known Member
So I have the "poll widget" visible in my sidebar, however it doesn't look right on this style. As you can see on my test poll, the bar length is the same on the ones with 0 votes and the one with 2 votes. Hmm, how come?
(The bars looks cut off)

Link: http://www.worldofdota2.com/forums/

Thanks.
 
It is using the h3 tag in the sidebar which is causing it to basically use the same background as headings. You can add this to EXTRA.css for the time being until the next release. The voting bars are not actually shown in the sidebar widget just so you know.

Code:
.widget-poll .pollBlock .pollResult h3.optionText
{
        background: none;
}
 

Pre-Sale Questions

If you have any questions or concerns you want to ask before you make a purchase don't hesitate to use one of our multiple support channels for your convenience.

Back