Hide Share Count on mobile device

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;
    }
}

Still need help? Contact Us Contact Us