ShareThis Button Cut Off Fix

I have seen a lot of sites using the ShareThis button (including a few of mine) where the button in Safari was getting cut off (clipped) at the bottom. If this is happening to you - there is a quickfix. Add this line of CSS to your stylesheet and your button will no longer be cut off.

CSS:
  1. .stbutton {display:block;height:16px;}

3 Responses to “ShareThis Button Cut Off Fix”

  1. softlimit says:

    Thank You!

  2. jzelazny says:

    Glad I could help!

  3. caspar (v) says:

    yes. truly. thank you. was going a little nuts on that one.

Leave a Reply