How i can allign the social media buttons at bottom of article

hi friend
i need your help regarding align my social media buttons bottom of article
suppose open this article http://smashinghub.com/10-awesome-tips-for-beginner-photographers.htm
and see the buttons at bottom, all things mess up, up and down, i am attaching the reference image for more understanding

thanks

Where am I looking I can’t see anything that looks like your attachment?

hi sir
i put this code into CSS sylesheet

<div style=“border:1px solid silver;margin:20px;padding:20px;float:left”>
<span style=“margin-right:20px”>
<?php if(function_exists(‘dd_google1_generate’)){
dd_google1_generate(‘Normal’);} ?>
</span>
<span style=“margin-right:20px”>
<?php if(function_exists(‘dd_digg_generate’)){
dd_digg_generate(‘Normal’);} ?>
</span>
<span>
<?php if(function_exists(‘dd_twitter_generate’)){
dd_twitter_generate(‘Normal’,‘smashinghub’);} ?>
</span>
<span>
<?php if(function_exists(‘dd_fblike_generate’)){
dd_fblike_generate(‘Like Button Count’) ?>
</span>
<span>
<?php if(function_exists(‘dd_stumbleupon_generate’)){
dd_stumbleupon_generate(‘Normal’) ?></span>
<span>
<?php if(function_exists(‘dd_delicious_generate’)){
dd_delicious_generate(‘Normal’) ?></span>
<span>
<?php if(function_exists(‘dd_linkedin_generate’)){
dd_linkedin_generate(‘Normal’) ?>
</span>
</div>
<div style=“clear:both”></div>

and placed this code in single.php
<

!-- digg digg manual code start–>
<div style=“border:1px solid silver;margin:20px;padding:20px;float:left”>
<span style=“margin-right:20px”>
<?php if(function_exists(‘dd_google1_generate’)){
dd_google1_generate(‘Normal’);} ?>
</span>
<span style=“margin-right:20px”>
<?php if(function_exists(‘dd_digg_generate’)){
dd_digg_generate(‘Normal’);} ?>
</span>
<span>
<?php if(function_exists(‘dd_twitter_generate’)){
dd_twitter_generate(‘Normal’,‘twitter_username’);} ?>
</span>
</div>
<div style=“clear:both”></div>

i wanted to add more buttons , facebook, linkdin, when i add code on single.php, it gives me error, i unable to load articles on my website
can u edit the code and give me

If you have php errors then you should have posted in the PHP forum first to get those sorted and then we could sort out the CSS errors afterwards.

I can move this to the PHP forum if you want as we are only interested in CSS here :slight_smile:

Hi it seems that the div that holds your icons have width and also the span have a display:block or width also. check the css code