Viewing 3 replies - 16 through 18 (of 18 total)
  • Awesome, that fixed it! Thanks for the speedy reply!

    Hi Yolp team.

    I’m having a similar problem. On the poll results display, the bullets are overwriting the text for the first letter of the answer.

    https://eorzeareborn.com/the-weekly-poll/

    For reference, I have attempted the solutions that worked for gagger and for Patty above.

    Plugin Author YOP

    (@yourownprogrammer)

    Hi Ryahl,

    In the “Templates” section edit the template you used on your poll and in the CSS field replace

    #yop-poll-answers-%POLL-ID% ul li {
    font-size: 12px;
    font-style: normal;
    margin: 0 0 10px;
    padding: 0;
    }

    with

    #yop-poll-answers-%POLL-ID% ul li {
    background: none;
    font-size: 12px;
    font-style: normal;
    margin: 0 0 10px;
    padding: 0;
    }

    Best wishes,

    YOP Team

Viewing 3 replies - 16 through 18 (of 18 total)
  • The topic ‘Radio buttons on top text below’ is closed to new replies.