Posts Tagged ‘ShareThis’

All posts tagged ShareThis.

ShareThis Button Cut Off Fix

3

Posted by: Jennifer Zelazny on October 15, 2008

Categorized: CSS, HOWTOs, WordPress Plugins

Tagged: , ,

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.

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