I\'m implementing the Facebook Like Button, but I\'m running into some trouble with the width. I\'m using the JavaScript SDK implementation, not the direct iframe.
A
I had to face this same problem with the add-this plugin and solved in a similar way:
.addthis_button_facebook_like, .addthis_button_facebook_like span, .addthis_button_facebook_like span iframe { max-width: 450px !important; }