Try adding the following CSS code into your CSS media query, to change the width of the sharing list on smartphones:
div.sharedaddy ul, div.sharedaddy li {
width: auto;
}
Try adding the following CSS code into your CSS media query, to change the width of the sharing list on smartphones:
div.sharedaddy ul, div.sharedaddy li {
width: auto;
}