Topic-icon Align FaceBook Buttons Vertically

Active Subscriptions:

None
11 years 4 months ago - 11 years 4 months ago #51065 by timmil
Hi Guys,

I haven't worried about it before, but I'd like to resolve it if possible. The FB buttons are down about 5 or so pixels from Twitter, I've tried to adjust but cannot figure it out.
Thoughts?

Thx!
Last edit: 11 years 4 months ago by timmil.
The topic has been locked.
Support Specialist
11 years 4 months ago #51071 by alzander
Can you let us know what page you're seeing this on? Once we see it, we should be able to find the culprit CSS and help you fix the problem.

Thanks,
Alex
The topic has been locked.
Active Subscriptions:

None
11 years 4 months ago #51074 by timmil
Right,

It's pretty much throughout the entire site. Here are a few pages:
Blog list view: lisafreeney.com/inspirational-quotes
Individual Article: lisafreeney.com/featured-articles/157-ho...-life-was-successful

Thanks Alex,
The topic has been locked.
Support Specialist
11 years 4 months ago #51075 by mel
For some reason, Facebook is adding a span with the property 'vertical-align: bottom;' within the Facebook Like widget. I haven't seen this on other sites, but you can counteract that span with
div.scsocialbuttons div.facebook.like{
margin-top:-5px;
}

-Melissa
The topic has been locked.
Active Subscriptions:

None
11 years 4 months ago #51076 by timmil
Totally sweet Melissa. Thanks a bunch!
The topic has been locked.
Support Specialist
11 years 4 months ago #51080 by mel
Glad that worked for you. Like I've said, I haven't seen Facebook return that style before, so keep an eye out for it in case it changes back to "normal" behavior.
The topic has been locked.