Hi,
It’t a CSS attribute that needs adding to the ssba images – vertical-align: middle;
Please copy and paste the code below into the custom CSS box in your Share Buttons admin panel. https://www.youtube.com/watch?v=bwjITKYby1c
Note that if you want to make any changes to the colors or padding for example, the changes will need to be made here. I shall however probably change the default for the next release to align the images this way.
Thanks, any problems just let me know 🙂
David
#ssba img {
padding: 10px;
border: 0;
box-shadow: 0;
display: inline;
vertical-align: middle;
}
#ssba {
font-size: 30px;
color: #47d1f2;
font-weight: bold;
}