We opted for the standard add this code (shown below) but our add this icons are showing up in a step ladder format instead of in a straight line. What are we doing wrong? See http://worldchangers.yfci.org/
<!-- AddThis Button BEGIN -->
<div class="addthis_toolbox addthis_default_style addthis_32x32_style">
<a class="addthis_button_preferred_1"></a>
<a class="addthis_button_preferred_2"></a>
<a class="addthis_button_preferred_3"></a>
<a class="addthis_button_preferred_4"></a>
<a class="addthis_button_compact"></a>
<a class="addthis_counter addthis_bubble_style"></a>
</div>
<script type="text/javascript">var addthis_config = {"data_track_addressbar":true};</script>
<script type="text/javascript" src="http://s7.addthis.com/js/250/addthis_widget.js#pubid=yfciadmin"></script>
<!-- AddThis Button END -->
It looks like your HTML editor is adding <br> tags between the buttons: http://i.imgur.com/ycQ70.png
You'll need to remove them and they'll show up in a line.
This question is closed to new answers.