How do I change the positioning of the ShareThis widget in relation to the ShareThis button link?

The ShareThis widget is defaulted to appear at the bottom-right of the ShareThis button link. This positioning can be changed by assigning integer values to the “offsetLeft” and “offsetTop” JavaScript Elements. The integer values assigned to these JavaScript Elements are relative to the default location of the top-left corner of the ShareThis widget. For example, for the widget to appear at the bottom-left of the ShareThis button link, assign the following values within the widget code:
<script= “http://w.sharethis.com…&offsetTop=10&offsetLeft=-349″></script>

Popularity: 12%