Social Share Buttons Not Floating Since Update

  • jrothra

    #4418

    Before the most recently update, the share buttons at the top of the posts/pages would float right and have space between images and the buttons. Since the update, that’s changed. Here’s a screenshot: http://www.greggcountygop.com/wp-content/uploads/2012/04/ShareButtonsSS1.png

    On another note, I can’t figure out how to remove that space between the G+ and Twitter buttons. I’ve tried rearranging them, adding negative padding/margin, reducing sizes. I can’t figure it out at all — annoying. Here’s the code I have in the share button portion of the Graphene options:

    <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/all.js#xfbml=1&appId=303087599738597";
    fjs.parentNode.insertBefore(js, fjs);
    }(document, 'script', 'facebook-jssdk'));</script>
    <div class="fb-like" style="bottom:3px;" data-send="false" data-layout="button_count" data-width="450" data-show-faces="false" ></div>

    <g:plusone size="medium"></g:plusone>
    <script type="text/javascript">
    (function() {
    var po = document.createElement('script'); po.type = 'text/javascript'; po.async = true;
    po.src = 'https://apis.google.com/js/plusone.js';
    var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(po, s);
    })();
    </script>

    <a href="http://twitter.com/share" class="twitter-share-button" data-count="horizontal" data-via="GreggGOP">Tweet</a><script type="text/javascript" src="http://platform.twitter.com/widgets.js"></script>

Viewing 1 post (of 1 total)

  • You must be logged in to reply to this topic.