Hey,
You can set the vertical and horizontal buttons to be shown either greater than or lesser than a particular width.
For vertical buttons, set the property “display buttons only when screen is larger than” to “768px”.
You can also hide the Standard buttons on mobile screens using CSS code:
@media screen and (max-width:980px) {
.addtoany_share_save_container { display:none; }
}
If you need to hide the Standard buttons on mobile, place the above CSS code to your “Additional CSS” box in AddToAny Settings.
I add it to css code but its doesnt work for me.