• I just installed social sharing toolkit and the buttons do not align vertically. The tweet, g+1 and pinit buttons align and are the same height, but the linkedin share button is the same height and does not align. The fb like button is larger, but none of the buttons align vertically.

    Is there an easy way to fix this? I already tried adding css to span.mr_social_sharing with no success.

    http://wordpress.org/extend/plugins/social-sharing-toolkit/

Viewing 4 replies - 1 through 4 (of 4 total)
  • I noticed the buttons don’t align properly with the new Twenty Twelve theme, but they work great with Twenty Eleven. With 2012, the tops align horizontally but not if you choose to align with the bottom.

    I just did some tests, and it’s actually just the Twitter button that doesn’t align correctly.

    To fix vertical align for the Twitter button with Twenty Twelve theme, just add this CSS code in the plugin settings:

    span.mr_social_sharing {
    	height: 20px !important;
    }

    It’s a little “dirty” trick but it solves the problem.

    Thread Starter jenhan

    (@jenhan)

    Thanks for the replies. I’m sure that trick will work, but I usually try to avoid hacks. I ended up going with a different plugin, but if the plugin developers have any suggestions, I’m all ears!

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Buttons not aligned’ is closed to new replies.