Bootstrap skin stats help

Basti

Administrator
Staff member
Target the fb widget in your user.css
That widget by default is display: block and needs a change

Code:
#plugin_facebook_like {
    display: inline-block;
    vertical-align: top;
    margin-top: 2px;
}
the alignment top is because the widget by default has a bottom alignment and the little margin to align it a little since all the different widgets have a different height
 
Top