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

    (@yourownprogrammer)

    Hi Peter,

    Please send us a link to the page that contains the poll shown in example 1 so we may assist.

    Regards,

    YOP Team

    Thread Starter peden

    (@peden)

    Hi!

    Sorry for my late answer. I have been on vacation, and I almost forgot about my post.

    You can see it right here:

    http://www.howtolearngerman.de/

    πŸ™‚

    Plugin Author YOP

    (@yourownprogrammer)

    Hey Peter,

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

    #yop-poll-container-%POLL-ID% {
    width:%POLL-WIDTH%;
    background:#fff;
    padding:10px;
    color:#555;
    overflow:hidden;
    font-size:12px;
    }

    with

    #yop-poll-container-%POLL-ID% {
    width:%POLL-WIDTH%;
    background:#fff;
    padding:0px;
    color:#555;
    overflow:hidden;
    font-size:12px;
    }

    and save.

    Best wishes,

    YOP Team

    Plugin Author YOP

    (@yourownprogrammer)

    Just a quick note: in addition to the changes above, in the CSS section of the template, after

    #yop-poll-answers-%POLL-ID% ul { and

    #yop-poll-custom-%POLL-ID% ul {

    you can add

    border-bottom:none;

    Regards,

    YOP Team

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Change Margin in YOP Poll’ is closed to new replies.