Viewing 7 replies - 1 through 7 (of 7 total)
  • Raiden

    (@garethmcewan)

    me too! why? oh why?……… oh why?

    Same here. Please help!

    @garethmcewan & bionicgrrrl: If you require assistance then, as per the Forum Welcome, please post your own topics.

    Had this problem too and came up with a CSS hack to fix it. It’s not “pretty”, but it’s working.

    Try adding this to your style.css file:

    /* Pinit button hack for overlap */
    .dd_button_v a[data-pin-log="button_pinit"][data-pin-config="above"] {
        margin-top: 30px !important;
    }
    Thread Starter alisongolden

    (@alisongolden)

    Thank you. Sadly it didn’t work for me but it did prompt me to change out my plugin for AA’s Alternative to Digg Digg. Doesn’t have all the features I would like (can’t order the buttons or add email/print but the buttons don’t overlap.

    FWIW, everyone I see on the web has this issue even if they’re not using Digg Digg. I think it’s a bug with Pinterest.

    Jon Brown’s solution worked for me although I took out the second attribute since it’s a broader solution:

    .dd_button_v a[data-pin-log="button_pinit"] {
        margin-top: 30px !important;
    }
    Thread Starter alisongolden

    (@alisongolden)

    Thanks @daveburns. I’ll keep this code for future reference.

    I did change the plugin to AA’s Alternative to Digg Digg. Not quite as elegant but does the job and the page loads quicker. Buttons are not overlapping.

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Buttons Overlap in Floating Sharebar’ is closed to new replies.