Resizing the Fb Like Button
-
For the share widget, I’m using Fb, Twitter, G+ and Pinterest inline. All of the other buttons are the same height (20px), but Fb is a little taller 24px and looks odd in the row. I’ve tried everything with CSS to fix it, but the iframe appears to call CSS from Facebook so my changes are having no effect.
When I inspect on the front end, this is the CSS that solves my problem, but when it’s added to my stylesheet or the plugins stylesheet it has no effect and is overridden:
.pluginButton {
padding: 0px 6px 2px !important;
margin-top: 4px !important;
}Any ideas for how to fix this?
- The topic ‘Resizing the Fb Like Button’ is closed to new replies.