I'm using the Ubiquity theme (http://drupal.org/project/ubiquity) for one of my projects and you can see in the following screenshot that the icon doesn't play nicely. Not sure if it's a problem with the ShareIt module or Ubiquity theme.
| Comment | File | Size | Author |
|---|---|---|---|
| ShareIt_Ubiquity.png | 2.17 KB | dan.crouthamel |
Comments
Comment #1
himerus commentedIt looks like the CSS is being overwritten somewhere in the theme.
ShareThis.com provides the CSS at the time it loads, providing the default look & feel.
Try this CSS to fix the issue:
or if that still doesn't do it,
I think that's all it is, and something with the theme likely forcing an override on those links in that section.
Comment #2
dan.crouthamel commentedThanks for the idea. For this particular theme, the following works better :)
Comment #3
marita93 commentedI am having the same problem with the Acquia Marina theme, when you use the Link version. Adding this fix to Acquia Marina doesn't help though. Is there a way to have the Node selection display at the end of the content, to avoid the problems with Link CSS?
Comment #4
marita93 commentedWhat I said above is inaccurate! this addition to the Acquia Marina CSS did fix the sharethis icon/text link overlap problem!
span.stbuttontext {
margin: 0 0 0 20px !important;
}
Comment #5
robloachIt now replaces the CSSed icon with the official ShareThis icon, so this should be fixed.