Margin on sharing icon

On this site http://bit.ly/fKyQai

beneath each post there are sharing icons and the google and linkedin ones are overlapping.

I added this rule

div.sharedaddy.sd-content li.share-google-plus-1 { margin-right: 31px !important; }

but it doesn’t seem to be getting applied properly. Any tips on how to fix it?

Do you mean:


div.sharedaddy .sd-content li.share-google-plus-1 { margin-right: 31px!important }

Note the space between the first two selectors.

Indeed, silly mistake, thanks!