Facebook Like Pop Up – CSS
-
I’ve seen a few questions about the facebook like button with counter not displaying the pop-up box when clicked. I was looking at the code and realised the FB button is in a span set to overflow hidden.
To resolve the issue I added the following code to the custom CSS tab within the plug in…
span.mr_social_sharing span { overflow:visible !important; }The FB Span doesn’t have a name so you can’t identify it specifically – therefore I have no idea whether this has implications for other buttons but it seems to work for me.
The topic ‘Facebook Like Pop Up – CSS’ is closed to new replies.