csssharethis

DIV, SPAN elements half visible


I'm using a wordpress theme which is all good but when I add sharethis buttons, they are half visible. I've tried everything but couldn't locate the exact issue.

Look at top of the page.

site URL: http://ccl5.com


Solution

  • .stButton .stButton_gradient {height: 16px}
    

    This css cause the elements to take only half of its height. That css is generated by sharethis itself.

    You can add this css to override.

    .stButton .stButton_gradient, .stButton .stFb, .stButton .stTwbutton, .stButton .stMainServices {height: 22px !important}
    

    Thanks