I\'m a bit stuck with this one. I have an article list with snippets that link off to the full article. when you hover over each blurb a bar appears at the bottom of the blu
Use this CSS:
.fb_iframe_widget span, iframe.fb_iframe_widget_lift, .fb_iframe_widget iframe { width:80px !important; height:20px !important; position:relative; }
The technic behind: You overwrite the datas from facebook with your CSS by using "!important"