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

    (@mikespickz)

    Hello,

    Unfortunately, that is not CSS code from the plugin. That is part of the Google generated Plus One Button code. The best thing I can think of to override the Google Plus One code is adding a CSS rule to your style.css

    .mp-share-boxes-gp div {vertical-align: inherit !important;}

    This will force the automatically generated div inside the Google Plus list item to inherit the vertical-align and not use baseline. If this doesn’t work, I would try other vertical-align properties until you find that one that works (baseline, bottom, inherit, middle, sub, super, text-bottom, text-top, top).

    I hope this helps.

    Mike

    Thread Starter darkpollo

    (@darkpollo)

    Thanks for the fast reply.

    That worked!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘[Plugin: MP Share Center] CSS make Google Plus not aligned with the others’ is closed to new replies.