Topic-icon Social Icons not aligned

Active Subscriptions:

None
8 years 11 months ago #53234 by Riceman
Hi,

My social icons are not aligned properly..this drives me nuts...being the perfectionist that i am. Is it something with my template?
File Attachment:
The topic has been locked.
Support Specialist
8 years 11 months ago #53235 by mel
Replied by mel on topic Social Icons not aligned
Facebook recently added some styles to the Like and Share button that caused this, but it should be resolved in the latest JFBConnect v6.4 version. If you're still having problems after upgrading, please let us know.

If you don't want to upgrade, the following are the CSS styles that we added in our /media/sourcecoast/css/jfbconnect.css to fix this:
.sourcecoast.facebook .fb-like > span,
.sourcecoast.facebook .fb-share-button > span,
div.scsocialbuttons .fb-like > span,
div.scsocialbuttons .fb-share-button > span{
    vertical-align: initial !important;
}

-Melissa
The topic has been locked.
Active Subscriptions:

None
8 years 10 months ago #53457 by sclaggett
Replied by sclaggett on topic Social Icons not aligned
Just thought I would add to this note and say that I solved this issue by adding the following custom css code.

div.sourcecoast.facebook.like.jfbclike{
margin-top: -6px;
}

Not having them aligned drove me crazy :-)

File Attachment:
The topic has been locked.