I\'m developing a site around the \"responsive design\" concept, but the facebook social plugins are static width and \"break\" the layout when it\'s re-sized.
Using
This works for me
/* Set inline instead of inline-block */ .fb-comments.fb_iframe_widget{ display: inline !important; } .fb-comments.fb_iframe_widget span, .fb_iframe_widget iframe { width: 100% !important; }