Active
Project:
Widgets
Version:
7.x-1.0-beta5
Component:
Miscellaneous
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
30 Jun 2012 at 07:23 UTC
Updated:
11 Jan 2013 at 21:56 UTC
Jump to comment: Most recent
Comments
Comment #1
21tech commentedGot it figured out.
Here is the css I finally got to work:
.fb-like-box, .fb_iframe_widget, .fb-like-box span, .fb-like-box span iframe, .fb_iframe_widget span, .fb_iframe_widget span iframe
{
width:100% !important;
max-width:100% !important;
}
.twtr-doc
{
width:100% !important;
max-width:100% !important;
}
I probably could have used less for the fb, but I don't have time to narrow down exactly which classes are required.
Comment #2
Anonymous (not verified) commentedyour solution is working great, except for the images height of the facebook feed. It seems the width is 100% but the height is non proportional. Sorry for my english. You can see an example on http://scuolascimontebianco.com. Any help to fix the issue?