Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Lester Chan

    (@gamerz)

    You can customized the polls via the bundled CSS polls-css.css in the plugin folder and via WP-Admin -> Polls -> Polls Template.

    Thread Starter informaticaeloy

    (@informaticaeloy)

    Hello friend. Thank you for your quick response. I changed the settings of the
    Voting Form Header
    to
    ‘<p style=”text-align: center;”>%POLL_QUESTION%</p>
    <div id=”polls-%POLL_ID%-ans” class=”wp-polls-ans”>
    <table border=”0″>’

    the Voting Form Body to
    ‘<tr><td align=”right”><input type=”%POLL_CHECKBOX_RADIO%” id=”poll-answer-%POLL_ANSWER_ID%” name=”poll_%POLL_ID%” value=”%POLL_ANSWER_ID%” /> </td><td align=”left”><label for=”poll-answer-%POLL_ANSWER_ID%”>%POLL_ANSWER%</label></td></tr>’

    and the Voting Form Footer to

    ‘</table>
    <p style=”text-align: center;”><input type=”button” name=”vote” value=” Votar ” class=”Buttons” onclick=”poll_vote(%POLL_ID%);” /></p>
    <p style=”text-align: center;”>Ver resultados</p>
    </div>’

    I used the table tag instead of the li tag, because if the answer is too long did not align with the option. Now every answer is aligned in a row with the choice.
    Thank you very much.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘the check to the left of the option’ is closed to new replies.