Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

When using ShareThis, the icons display below the baseline position. This is not good, especially when adjacent to Facebook and Twitter icons.

I added a vertical-align rule to the ShareThis spans and this solved the problem on IE and FF. But Chrome and Safari still have the vert align problem.

Example page.

share|improve this question

migrated from webmasters.stackexchange.com Jul 1 '11 at 14:23

1 Answer

up vote 3 down vote accepted

add vertical-align:top for the second span with class stButton instead the first span.

share|improve this answer
Thanks very much! – Larry K Jul 1 '11 at 14:58

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.