Small fix for the Facebook social sharing button, so that the FB comments box is fully visible onclick... (reBOOT v2.x).
skin/reboot/css/reboot.css
After...
Code:
#social .pinterest-pinit { margin-top: 40px; }
Insert...
Code:
div.fb_edge_widget_with_comment { width: 450px!important; }
.fb_iframe_widget, .fb_iframe_widget span, .fb_iframe_widget iframe[style] { min-width: 450px!important; }