Polls - Editing Font Size?

Anonymous
Not applicable

Polls - Editing Font Size?

Hello, I'm using a poll, and have translated it into French and German.  Because there are more characters used in the other languages, I need to resize the font size used in my poll.  I can't seem to find an easy way to do this.  Does anyone have suggestions?

Thanks!
Robin
Tags (1)
1 REPLY 1
Anonymous
Not applicable

Re: Polls - Editing Font Size?

 
 
You can style the polls using CSS by adding an HTML block to the landing page the poll is on.
 
<style>
.cf_vote_description {
font-size: 10px;
}
</style>