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
I think max-width is better than width in this case, and it works for me:
max-width
width
.fb-comments, .fb-comments iframe[style], .fb-comments span { width: 100% !important; }