Struggling with aligning the Facebook share button in my Shopify blog page template. It seems to be 5px lower than the other share buttons. Take a look at the issue https://i.sstatic.net/u0sFp.png
The code for the Facebook share button is:
<div style='margin-top: -5px;'
class="fb-share-button"
data-href="MY URL"
data-layout="button_count"
data-mobile-iframe="true"></div>
I've tried adding inline styles but it's not working. Any suggestions from those who have faced this before?
Cheers, DB.