Align question text to center

Add this code to the Custom CSS field on the Settings stab of your Poll widget’s settings:

.es-widget-question {
  text-align: center;
}
1 Like