hi friends
i attached a reference picture, smashinghub plz open my website and see the sidebar , you can see the google+ and facebook like buttons , they are overlap to each other, plz i want to make into 2 row… like
Google + like
facebook like
You can also see the facebook fan page box , i want to make centre as well, plz tell me way and code or trick, to make align like above
thanks,waiting
in your file style.css you have defined 2 times .fblike and .fbplus. Remove the duplicates and apply the changes from my previous post.
And then change your html as shown bellow:
<div style="clear:both;"></div>
<p><u><font size="1" face="Arial">
<a href="http://buysellads.com/buy/detail/21275">ADVERTISE HERE</a></font></u></p>
<div style="clear:both;"></div>
<h2 class="hsidebar">Subscribe to Smashing Hub</h2><br>
<div class="social-widget">
<div class="fbplus">
<div class="fblike"><iframe src="//www.facebook.com/plugins/like.php?href=http://smashinghub.com&send=false&layout=button_count&width=450&show_faces=false&action=like&colorscheme=light&font&height=21" scrolling="no" frameborder="0" style="border:none; margin-left:25px; overflow:hidden; width:400px; height:21px;" allowTransparency="true"></iframe></div>
<br />
<!-- Place this tag where you want the +1 button to render -->
<g:plusone href="http://smashinghub.com"></g:plusone>
</div>