私はWordPressに基づいてインターネットポータルを持っています。 1つのFacebook Likeボタン(右揃え)がありますが、右の他のボタン(Twitter、LinkedIn、およびGoogle+)に統合しようとすると、左側に移動します。私はそれらのすべての権利をどのように調整するのか分かりません。 CSSに関する知識があまりないので、私は助けを求めるのです。右のFacebook、Twitter、Google+、LinkedInのボタンを合わせるにはどうすればいいですか?
これが今ある方法です:
これは私がそれになりたい方法です:
これは私のsingle_post.phpコードです:
<?php the_content(); ?>
<div class="clear"></div>
<?php wp_reset_query(); ?>
<?php wp_link_pages('before=<p class="pagination">&after=</p>'); ?>
<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/lt_LT/all.js#xfbml=1";
fjs.parentNode.insertBefore(js, fjs);
}(document, 'script', 'facebook-jssdk'));</script>
<div class="fb-like" data-send="false" data-layout="box_count" data-width="700" data-show-faces="false" data-font="lucida grande"></div>
<div class="clear"></div>
</div>
[アニメーションのスタティックソーシャルボタン](http://www.jquery2dotnet.com/2014/01/static-social-button-with-animation.html) – Sender
[固定された垂直の社会Share Button](http://www.jquery2dotnet.com/2014/09/fixed-vertical-social-share-button.html) – Sender