The button "google +" very separate from the rest, this is the code:
------------------------------------------------------------------
<!-- AddThis Button BEGIN -->
<div class="addthis_toolbox addthis_default_style ">
<a class="addthis_button_facebook_like" fb:like:width="105":layout="button_count"></a>
<a class="addthis_button_tweet"></a>
<a class="addthis_button_google_plusone" g:plusone:size="medium""></a>
</div>
<script type="text/javascript" src="http://s7.addthis.com/js/250/addthis_widget.js#pubid=ra-4f60c78f2dd545c7"></script>
<!-- AddThis Button END -->
------------------------------------------------------------------
Attached is a picture of the problem:
http://img28.imageshack.us/img28/1595/addthis2.png
How do I fix this?
You can adjust that space by adjusting the width of the Tweet button like this:
<a class="addthis_button_tweet" style="width: 75px"></a>
You might have to adjust the width value to get it to look how you want.