Set a fluid width for Facebook's social plugins.


using below CSS you can set width of FB social plugin width in Percentage.

.fb-comments, .fb-comments span, .fb-comments.fb_iframe_widget span iframe {
    width: 100% !important;
}

Post a Comment

0 Comments