If you like to have the share count enabled on small mobile devices use this in custom css:
@media only screen and (max-width: 460px) and (min-width: 100px) { .mashsb-box .mashsb-count { display: block !important; } }
Powered by BetterDocs
You must be logged in to post a comment.