Hi @bmamedia
Could you share the URL of the site you’re experiencing this issue with? If possible, in addition a screenshot would be really helpful.
thanks,
Jesse
Hi Jim
Thanks for sharing. Unfortunately the Facebook widget iframe provided by Facebook isn’t responsive. However, you can reduce the widget width in the widget settings. http://jetpack.me/support/extra-sidebar-widgets/facebook-like-box-widget/
Reducing it to be small enough to fit in that sidebar may make it a bit cramped. I haven’t seen many great solutions to make responsive Facebook widgets. I will take this to our team and see if we can find a solution in the future.
Jesse
I’d suggest trying to add the following CSS to your theme stylesheet, or to your custom CSS editor available under Appearance > Edit CSS in your dashboard:
#sidebar iframe {
max-width: 100%;
}
It should ensure that any iFrames in your sidebar never expand outside the widget area.
Let me know how it goes.
Will give it a try.
Thanks to for the quick responses on this.
Jim
Jeremy, Thanks for the help, it worked.
Jim