Is it possible to make Facebook's comments widget a fluid width? Their documentation shows a width field for the fb:comments
xfbml or iframe which is specified as:
So maybe it's not possible...
In the description for upvotes, Facebook explains that: “Press the up arrow if you think the comment is helpful or insightful” While the downvote option is for: “… if a comment has bad intentions or is disrespectful.
Alan your solution was working however it looks like facebook updated their plugin and broke the style. I got it working again using the universal selector:
.fb-comments, .fb-comments * { width:100% !important; }
I found a solution using css. Inspiration came from this article http://css-tricks.com/2708-override-inline-styles-with-css/
.fb-comments, .fb-comments iframe[style] {width: 100% !important;}
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With