I have been using (very contently) the co-moving vertical addthis sharing bar for a while, but noticed today that it's behavior has changed. The orientation changed from vertical to horizontal. I assume this has to do with some adaptations on the addthis side, since I have made no recent changes to my website.
I hope you can get back to me and tell how to fix this. Thanks a lot for your time!
I post the code I use below:
<!-- AddThis Button BEGIN -->
<div class="addthis_bar addthis_bar_vertical addthis_bar_large" style="top:160px; left:2%; position: fixed; border: 1px solid #eee; -moz-border-radius: 2px; -webkit-border-radius: 2px; border-radius: 2px; background: #EAEAF4;">
<div class="addthis_toolbox addthis_default_style">
<span><a class="addthis_button_facebook_like" fb:like:layout="box_count"></a></span>
<span><a class="addthis_button_tweet" tw:count="vertical" tw:via="XXXXXX"></a></span>
<span><a class="addthis_button_google_plusone" g:plusone:size="tall"></a></span>
<span><a class="addthis_counter"></a></span>
</div>
</div>
<script type="text/javascript" src="http://s7.addthis.com/js/300/addthis_widget.js#pubid=XXXXXX">
var addthis_config = {data_ga_property: 'UA-XXXXXX-X', data_ga_social : true, ui_use_css : false};
var addthis_share = {url_transforms:{shorten:{twitter:'bitly'}},shorteners:{bitly:{login:'XXXXXX',apiKey:'XXXXXXXXXX'}}}
</script>