Hi, i have just added a add this button part in my footer with the usual +1 this, share, like this etc.. but i cant get them centred, they are sitting to the left of the page. Can anyone help?
Hi, i have just added a add this button part in my footer with the usual +1 this, share, like this etc.. but i cant get them centred, they are sitting to the left of the page. Can anyone help?
The down and dirty way would be to enclose them in <div align="center>your buttons</div> You could also create a div like SocialMedia and style it in your stylesheet.
Hi, I have tried every which way to center my buttons but cant seem to work it out.
This is the code i have
<!-- AddThis Button BEGIN -->
<div class="addthis_toolbox addthis_default_style ">
<a class="addthis_button_facebook_like" fb:like:layout="button_count"></a>
<a class="addthis_button_tweet"></a>
<a class="addthis_button_google_plusone" g: plusone:size="medium"></a>
<a class="addthis_counter addthis_pill_style"></a></div>
<script type="text/javascript" src="http://s7.addthis.com/js/250/addthis_widget.js#pubid=xa-4ede73607c96519c"></script>
<!-- AddThis Button END -->
It just keeps sticking to the left. Here is my domain if you need to see what i mean. www.total-pleasure.co.uk
You could add something like this to your stylesheet:
.addthis_toolbox {margin-left: 18em;}