7of9
Hi
open /templates/ja_fixel/local/css/themes/orange/template.css
Find this code
.fb_iframe_widget, .fb_iframe_widget span, .fb_iframe_widget iframe[style] {
width: 100% !important;
}
replace it with
.fb_iframe_widget,
.fb_iframe_widget span,
{
width: 100% !important;
}
.fb_iframe_widget iframe[style] {width:auto;}
save file, clear cache and check.
Regards