I found this works for me.
In your Settings-->Social Sharing Toolkit select the Custom CSS tab and add this:
span.mr_social_sharing {margin-left:15px !important;}
Change the number of pixels to suit. If you need the left edge aligned then change this to:
span.mr_social_sharing {margin-right:15px !important;}
Hope this helps.