Support » Plugin: YOP Poll » Align and center vote buttons

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

    (@yourownprogrammer)

    Hi Dmitry,

    Please send us a link to the page that includes your poll so we may give you precise instructions.

    Regards,

    YOP Team

    Thread Starter scarto

    (@scarto2011)

    You can find it here http://www.azoogle.ru/prod/jino-ru/

    Thank you,
    Dmitry

    Plugin Author YOP

    (@yourownprogrammer)

    Hi Dmitry,

    Edit the template you used for your poll and in the CSS section add

    #yop_poll_vote-button-%POLL-ID% {
    float: right;
    margin-top: -11px;
    }

    #yop_poll_vote-button-%POLL-ID%:first-child {
    float: left;
    }

    Also, replace

    #yop-poll-vote-%POLL-ID% div#yop-poll-results-%POLL-ID% {
    float: right;
    margin-bottom: 20px;
    margin-top: -20px;
    width: auto;
    }

    with

    #yop-poll-vote-%POLL-ID% div#yop-poll-results-%POLL-ID% {
    float: right;
    margin-bottom: 20px;
    margin-top: 0px;
    width: auto;
    }

    and save.

    Best wishes,

    YOP Team

    Thread Starter scarto

    (@scarto2011)

    Great, it worked, thank you, I wish all WordPress plugin developers had the same level of support.

    Plugin Author YOP

    (@yourownprogrammer)

    Hey Dmitry,

    Glad it worked!
    If you like our plugin and find it useful, we could use a review.

    Best Regards,
    YOP Team

    Thread Starter scarto

    (@scarto2011)

    Just gave it a 5 star rating and wrote review 🙂

    Plugin Author YOP

    (@yourownprogrammer)

    Thank you, Dmitry, much appreciated.

    Regards,

    YOP Team

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Align and center vote buttons’ is closed to new replies.