How do I make this facebook like/share block align vertically to the center of the bar like all the other blocks? Do I put code inside the html smarty area or something else?
I unsuccessfully tried to add the following to the code below: style="vertical-align:middle"
<div id="fb-root"></div>
<script>(function(d, s, id) {
var js, fjs = d.getElementsByTagName(s)[0];
if (d.getElementById(id)) return;
js = d.createElement(s); js.id = id;
js.src = "//connect.facebook.net/en_US/sdk.js#xfbml=1&version=v2.7";
fjs.parentNode.insertBefore(js, fjs);
}(document, 'script', 'facebook-jssdk'));</script>
<div class="fb-like" data-href="
http://www.fossils.com/"data-layout="button_count" data-action="like" data-size="small" data-show-faces="false" style="vertical-align:middle" data-share="true" ></div>
thanks!!