• Resolved mbharris

    (@mbharris)


    We run a WordPress intranet site and want to display a poll for people to vote on. Is there a way to display the answers differently? We have over 18 entries and I have the answers displaying vertically, but I’d like to have 2 rows of 9 so it’s easier, visually, for the users to vote and so there is less scrolling involved. I would provide you a link to the site, but it’s only hosted on our servers. Thanks!

    https://wordpress.org/plugins/yop-poll/

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

    (@yourownprogrammer)

    Hi mbharris,

    Edit the template you used for your poll and in the CSS section, in
    #yop-poll-answers-%POLL-ID% ul { add

    -moz-column-count: 2;
        -moz-column-gap: 20px;
        -webkit-column-count: 2;
        -webkit-column-gap: 20px;
        column-count: 2;
        column-gap: 20px;

    Regards,

    YOP Team

    Thread Starter mbharris

    (@mbharris)

    Thank you! It looks great now. I appreciate the help!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Display Answers Next to Each Other’ is closed to new replies.