Estimated reading time: 0 minutes, 13 seconds
Problem: You are using share button code for Facebook's Like or Share button and Twitter's Tweet or Follow button but they don't align properly together.
Solution:
Stylesheet Code:
.social iframe {
vertical-align: middle;
}
.social div span {
vertical-align:middle !important;
}
Button Share Code: