Having the same issue with my icons since 3.5.1 (now upgraded to 3.5.2). I didn’t change the icon size or try anything funny. Sample here:
jetpack powered by water/
With the last upgrade, I fixed it by modifying sociable.php and changing the icon offsets slightly to get the full icon to display. Don’t feel like doing that again.
Oh, and it happens in both Firefox and Opera.
xerxy: The link area is longer than 16×16, that’s why you’re seeing part of other services icons. You should check your CSS. Regards.
xerxy: There’s a 2px padding defined on your stylesheet (style.css line 100).
@sociable: Thank you very much for the reply!
I checked on your advice to xerxy and was able to fix the issue by putting this simple rule in my main stylesheet:
.sociable a img {padding: 0;}
It just takes off any padding from image links belonging exclusively to the sociable class. I’m using an external sheet tho, but I think it will work if you put it in the one that comes with the plugin.
Hope this helps!
Sociable should be able to work out of the box without edits to my theme. I didn’t “change the icon’s size” in my CSS. It was just like that.
D’oh. Thanks sociable. I should have checked my own css.