Digg Digg Pinterest Button: Alignment & Proper Size Bubble
-
There are a few posts on the Digg Digg Pinterest button alignment, but none on the Pinterest bubble.
This CSS will make the Pinterest share button and text bubble uniform with the other share buttons – I am using Twitter, Facebook, Google+ and Pinterest:
Add this to your Custom CSS:
/* increase margin-top to 40: 29px for top align and 11px for larger bubble */ .dd_button a[class^="PIN_"] { margin-top: 40px !important; } /* New Pinterest Text Bubble, (download my bubble below) */ .dd_button a[class^="PIN_"] span[class^="PIN_"] { background: url(40x36-diggDigg-shareBubble.png) 0 0 no-repeat !important; background-size: 40px 36px!important; bottom: 21px!important; left: 0px!important; height: 40px!important; width: 40px!important; line-height: 34px!important; }
Download my Pinterest Text Bubble (.ai and CSS in file)
- The topic ‘Digg Digg Pinterest Button: Alignment & Proper Size Bubble’ is closed to new replies.