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
Looks like this post is not very old but the answer wasn't working for me. I had to add this to my stylesheet...
#fbcomments, .fb_iframe_widget, .fb_iframe_widget[style], .fb_iframe_widget iframe[style], #fbcomments iframe[style] {width: 100% !important;}
The .fb_iframe_widget and .fb_iframe_widget[style] both seemed to be important.