Can anyone tell me how to center the social bookmark, ie ShareThis link? I have removed the facebook like button and have tried everything I can think of to center the share this but it wont budge. I am using listing_1
Announcement
Collapse
No announcement yet.
Centering Social Bookmark
Collapse
X
-
the field [product_social-bookmarking] can be edited under Store Language
field = social-bookmarking
from there you can add a div align where you need it
<div class="addthis_toolbox addthis_default_style">
<a href="https://addthis.com/bookmark.php?v=250&username=xa-4b7ff970541002c6" class="addthis_button_compact">Share</a>
<span class="addthis_separator">|</span>
<a class="addthis_button_facebook"></a>
<a class="addthis_button_myspace"></a>
<a class="addthis_button_google"></a>
<a class="addthis_button_twitter"></a>
</div>
<script type="text/javascript" src="https://s7.addthis.com/js/250/addthis_widget.js#username=xa-4b7ff970541002c6">
</script>
Comment