• Resolved guyshomenet

    (@guyshomenet)


    Test driving now. Looks solid.

    I need to have a different list of buttons on desktop vs. mobile. For example, the print button is needed for desktop visitors, but clutters the screen for mobile users who rarely (if ever) print pages.

Viewing 1 replies (of 1 total)
  • Plugin Author micropat

    (@micropat)

    Sure, you can add some code to your “Additional CSS” box in Settings > AddToAny to hide the print button on mobile screens:

    @media only screen and (max-width: 768px) {
        .a2a_button_print {
            display: none !important;
        }
    }
Viewing 1 replies (of 1 total)
  • The topic ‘Need different button set on mobile’ is closed to new replies.