Hey,

When I have the Google+1 and Facebook Like button on my website, with the large chicklets, it doesn't show them on the same height, and I can also not change it with css.

CommentFileSizeAuthor
#4 share_block.png10.66 KBtechman-1

Comments

Macronomicus’s picture

This CSS rule did it for me.... YMMV ;)

.sharethis-buttons div.fb-like {
 bottom: 10px !important;
}

The like buttons do different things depending on if a user is logged in or not, so you may have to tweak yet again in those circumstances. At any rate, you can fix it with css.

Macronomicus’s picture

Version: 7.x-2.3 » 7.x-2.4
Category: task » feature

oops... forgot to change the version#, since this undesirable behavior also happens in the latest release. I also changed it to a feature request since it seems so simple it should be in the mod... doesnt everyone get this?

Cheers!

quickly’s picture

I get it too!

techman-1’s picture

Version: 7.x-2.4 » 7.x-2.5
StatusFileSize
new10.66 KB

I'm having the same issue. (in 7.x.2-5) But on my site, the Google plus chicklet is the one that is in the incorrect place. See attachment. Can someone direct me on the CSS modification to correct this?
Also which CSS file should I modify. Thanks!

avpaderno’s picture

Version: 7.x-2.5 » 7.x-2.x-dev
Category: Feature request » Bug report
Issue summary: View changes