bootstrap3 looks like there is a compatibility issue with the sharethis app widgets... images looked cropped due to the use of
{ -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; } see demo http://gurroladesign.com/bootstrap3/
compatibily issue not existant on previous version of bootstrap http://gurroladesign.com/bootstrap/starter-template.html
have not been able to solve? any help greatly appreciated
Wrap your code (span tags) in a container and reset css box-sizing property to
content-box
of this spans (see also: Right border of the AddThis counter missing with Twitter's Bootstrap 3):your html:
css (add after the Bootstrap CSS):