this is my web
http://fuscoshafferpappas.com/
it goes out of box when reduced. driving me crazy… i tried adding this, but didn’t work…
#fbcomments, .fb_iframe_widget, .fb_iframe_widget[style], .fb_iframe_widget iframe[style], #fbcomments iframe[style] {
width: 100% !important;
}
ok, this kinda worked
/* --[ COMMENTS]-- */
/* facebook comments */
.fb-comments, .fb-comments iframe[style], .fb-like-box, .fb-like-box iframe[style] {width: 100% !important;}
.fb-comments span, .fb-comments iframe span[style], .fb-like-box span, .fb-like-box iframe span[style] {width: 100% !important;}
but now the box is reduced in half. it’s very narrow. previously it reached till the end of the right side of the box.
what do i have to do make it bigger without losing the responsiveness?