• Resolved realsgmum

    (@realsgmum)


    Hi,

    How can I align centre my app sharing floating buttons when viewed in mobile? Under settings, there is only option for left or right, but no centre.

    Also, for the standard buttons, is it possible to show on the top of a post, instead of the bottom of a post?

    thanks!

    The page I need help with: [log in to see the link]

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

    (@micropat)

    To center-align the floating horizontal buttons, select “Left docked” for your Horizontal Buttons (in the Floating tab), then add some CSS code to your “Additional CSS” box in AddToAny Settings (in the Standard tab):

    .a2a_floating_style.a2a_default_style {
        left: 50% !important;
        transform: translateX(-50%);
    }

    “Center docked” will be one of the Horizontal placement options in a future plugin release.

Viewing 1 replies (of 1 total)
  • The topic ‘customisation’ is closed to new replies.