I’m using the ShareThis plugin on a fresh install and noticed the buttons are squashed and cropped. See screen shot.
Hello codemode!
Can you post the link to your website so we can inspect it?
Best regards,
Yigit
Hi!
Please add following code to Quick CSS in Enfold theme options under Styling tab
.stButton .stBubble_count { height: 41px; }
Cheers!
Yigit
Thanks, I actually added
.stButton .stBubble_count { height: 41px!important; }
and that worked!
Now what about the height of the entire piece? The buttons are still getting cut off at the bottom.
Hi!
Did not notice that one, please add following code as well
.stButton .stMainServices { height: 22px; }
Regards,
Yigit
Thanks for the excellent support!