You can try adding this CSS to your site, either in your theme’s style.css or the additional CSS panel in the Customizer:
.scriptlesssocialsharing-buttons .button .sss-name {
height: auto;
position: relative;
width: auto;
}
You may have to do some additional CSS tinkering to handle how the buttons lay out on smaller screens. If it is a lot, you might consider disabling the plugin stylesheet (the first style setting on the plugin settings page), copying it to your theme, and removing what you don’t want while adding what you do. Hope that helps–
Thanks. I was trying to remove fontawesome to reduce http requests but decided to keep it but strip it down to icons I need later when I have time. But right now I see the plugin is not showing icons when I disable the plugins own fontawesome. This began after I tried the svg codes and removed them from my theme. What could be the issue?
Solved by restoring an old backup.
Thank you for letting me know that you got it sorted.