Aligning social networking buttons?

F

Faevilangel

use the code I posted above, but set it as another div e.g.

Code:
<div id="social">
 <div id="buttons">
  buttons code
 </div>
</div>
Then set the height to be exactly the same height as the images (20px) and then set the right margins for the div
 
Last edited by a moderator:
Upvote 0
N

NetwiseHosting

Hey guys,

You could possibly try replacing this:

Code:
<a href="[URL="http://www.ukbusinessforums.co.uk/forums/view-source:http://twitter.com/share"]http://twitter.com/share[/URL]" class="twitter-share-button" data-count="none" data-via="uksbd">
with this:

Code:
<a href="[URL="http://www.ukbusinessforums.co.uk/forums/view-source:http://twitter.com/share"]http://twitter.com/share[/URL]" class="twitter-share-button" data-count="none" data-via="uksbd" style="margin-top:10px">
I think that should work, worth a try anyway!

Matthew
 
Upvote 0

Latest Articles