Como alinhar botão do facebook?
Estou colocando botões das redes socias em um site, mas o botão do facebook não fica alinhado, olhe com está o código:
HTML:
<div id="redesSociais">Compartilhe nossa página:
<!--Twitter-->
<a href="https://twitter.com/share" class="twitter-share-button" data-lang="pt">Tweetar</a>
<script>!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0];if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src="//platform.twitter.com/widgets.js";fjs.parentNode.insertBefore(js,fjs);}}(document,"script","twitter-wjs");</script><!--Twitter-->
<!-- Like Facebook--><div style="padding:0; margin-top:0;" class="fb-like" data-href="" data-send="false" data-layout="button_count" data-show-faces="false"></div><!-- Like Facebook-->
<!--Google Plus--><g:plusone></g:plusone><!--Google Plus-->
</div>
CSS
width:100%;
height:40px;
color:#fff;
font-size:28px;
box-shadow:2px 2px 5px #000;
text-shadow: 2px 2px 0px #000;
line-height:40px;
font-family:"Century Gothic", Georgia, "Times New Roman", Times, serif;
text-align:center;
Aqui está o site: http://www.admteste.xpg.com.br/
Os botões estão no rodapé.
Discussão (1)
Carregando comentários...