Viewing 3 replies - 1 through 3 (of 3 total)
  • 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”.

    Plugin Author micropat

    (@micropat)

    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.

    Thread Starter marcinstanczak

    (@marcinstanczak)

    I add it to css code but its doesnt work for me.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘AddToAny mobile hide.’ is closed to new replies.