Share this button does not show properly
jomorlo - October 7, 2009 - 12:01
| Project: | Acquia Marina |
| Version: | 6.x-1.9 |
| Component: | User interface |
| Category: | support request |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | active |
Jump to:
Description
I included the "share this" module but it does not show properly. The text "Share this" is on the image link. It happens in the frontpage and in the node page as well.
Screenshots attached.
Any solution? Thanks!
| Attachment | Size |
|---|---|
| Screenshot 1 | 143.09 KB |
| Screenshot 2 | 79.06 KB |

#1
No comments?
#2
It happens the same with the "follow" block!
Take a look at www.knxforum.com
#3
This bit of CSS should do the trick. Add it to your local.css and clear your site cache so it reloads the files and updates the CSS.
#content-content .node ul.links li.sharethis_link a:link,#content-content .node ul.links li.sharethis_link a:visited {
padding-bottom: 2px;
padding-left: 20px;
}