Skip to main content
November 5, 2013
Question

Polls - Editing Font Size?

  • November 5, 2013
  • 1 reply
  • 715 views
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
This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.

1 reply

November 5, 2013
 
 
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>