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

    (@gamerz)

    You can modify the template in WP-Admin -> Polls -> Polls Template or you can overwrite the Poll default CSS (https://github.com/lesterchan/wp-polls/blob/master/polls-css.css) in your theme style.css

    Thread Starter Richard Meier

    (@richard-meier)

    Thank you so much. I changed the Poll default CSS and centered the answers. This works fine. 🙂

    Now I would like to set answers and questions on the left side. Unfortunately I am not able to change the Polls Template or Poll default CSS correctly
    Can you please tell me what kind of modifications I have to do exactly?
    Thank you very much
    Hans

    Plugin Author Lester Chan

    (@gamerz)

    I saw you set it to text-align: cetner; You set it to center and it works fine, and now you want to set it to the left? Just use text-align: left;?

    Thread Starter Richard Meier

    (@richard-meier)

    🙂
    I want the question as well on the left side. This does not work with “text-align: left” in the Poll default CSS

    Plugin Author Lester Chan

    (@gamerz)

    The poll question is text-align: center; in the templates, go to WP-Admin -> Polls -> Polls Template to change it

    Thread Starter Richard Meier

    (@richard-meier)

    I must be blind 😉
    I can’t find this file in “WP-Admin” or “Themes”.

    In the file:
    /wp-content/plugins/wp-polls/polls-templates.php
    I changed in line 103 “center” and “left”, but this does not work.

    Plugin Author Lester Chan

    (@gamerz)

    Huh? Not the file. Is your wordpress admin panel.

    Thread Starter Richard Meier

    (@richard-meier)

    🙂 Perfect!
    I’m fine – Thank you very much!

Viewing 8 replies - 1 through 8 (of 8 total)

The topic ‘Answer centered or question on the left side’ is closed to new replies.