Add the css in the code blocks below to the end of your "additional.css" template.
Quote:
Originally Posted by dj83
1. Can I make the whole poll box bigger so that its even with the grey line under it (look at attachment below)?
|
Code:
#pollinfo {
margin: 10px 0 0;
}
Quote:
Originally Posted by dj83
2. Is there a way I can have more text on one line before it wraps?
|
Code:
#pollresults li p {
width: 27%; /* Increase to Increase Text Area */
}
Quote:
Originally Posted by dj83
3. How can I make the color bars shorter?
|
Code:
#pollresults li .votes .pollbarwrapper {
width: 83%; /* Decrease to decrease Color Bar length */
}
The two percentage widths above should equal 100%
I hope this helps