Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author YOP

    (@yourownprogrammer)

    Hello

    Could you send us a link where to see this happening? (the link you sent us takes us to a 404 page)

    Best Regards,
    YOP Team

    Thread Starter kmirza

    (@kmirza)

    Hi friend, the link is here http://www.nyreggaestar.com/vote

    Thank you so much for your help!

    Plugin Author YOP

    (@yourownprogrammer)

    Hello

    In the css of the template you are using please replace this code

    #yop-poll-answers-%POLL-ID% ul li label {
        float: none;
        font-size: 12px;
        font-style: normal;
        font-weight: normal;
        margin: 0;
    }

    with

    #yop-poll-answers-%POLL-ID% ul li label {
        float: none;
        font-size: 12px;
        font-style: normal;
        font-weight: normal;
        margin: 0;
        display: inline;
    }

    Please let us know if it works.

    Best Regards,
    YOP Team

    Thread Starter kmirza

    (@kmirza)

    Worked like a charm. Thank you!

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Radio Buttons – Move’ is closed to new replies.