• Resolved pacok

    (@pacok)


    Hey whenever I enter my website on mobile it showns buttons that way:

    Italian Trulli

    I dont want them to display and moving on mobiles, I want them to stay below post – I belive it happen because of Right docked settings

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author micropat

    (@micropat)

    That’s the horizontal floating bar you have enabled. You can disable it by changing its Placement to “None” in Settings > AddToAny > Floating > Horizontal Buttons.

    Thread Starter pacok

    (@pacok)

    The thing is I would like to display it on computer browsers, but I dont want to display it on mobiles/small screens because it is annoying there.

    On mobiles I want to display share buttons only below posts.

    • This reply was modified 5 years, 9 months ago by pacok.
    Plugin Author micropat

    (@micropat)

    On infocrypto.pl you had the vertical bar enabled, but it’s disabled now. The vertical bar is generally intended for desktop.

    If you’d prefer to have the horizontal bar on desktop only, uncheck the “Responsiveness” option in the Horizontal Buttons section. Then use the following Additional CSS code to hide the horizontal bar on mobile/small screens:

    @media screen and (max-width: 980px) {
        .a2a_floating_style.a2a_default_style { display: none }
    }

    Is there also CSS for the other way around: only the floating vertical bar on desktops and only the fixed horizontal bar at the bottom of posts ?

    I tried some CSS to suppress the fixed bottom bar on desktops:

    @media (min-width: 980px) {
        .a2a_default_style { display: none }
    }

    But this does not work. Is there a solution ?

    Frans

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Remove share buttons from mobile phones’ is closed to new replies.