Title: customisation
Last modified: August 24, 2017

---

# customisation

 *  Resolved [realsgmum](https://wordpress.org/support/users/realsgmum/)
 * (@realsgmum)
 * [8 years, 9 months ago](https://wordpress.org/support/topic/customisation-6/)
 * 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](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fcustomisation-6%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

Viewing 1 replies (of 1 total)

 *  Plugin Author [micropat](https://wordpress.org/support/users/micropat/)
 * (@micropat)
 * [8 years, 9 months ago](https://wordpress.org/support/topic/customisation-6/#post-9439680)
 * 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.

 * ![](https://ps.w.org/add-to-any/assets/icon.svg?rev=972738)
 * [AddToAny Share Buttons](https://wordpress.org/plugins/add-to-any/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/add-to-any/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/add-to-any/)
 * [Active Topics](https://wordpress.org/support/plugin/add-to-any/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/add-to-any/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/add-to-any/reviews/)

 * 1 reply
 * 2 participants
 * Last reply from: [micropat](https://wordpress.org/support/users/micropat/)
 * Last activity: [8 years, 9 months ago](https://wordpress.org/support/topic/customisation-6/#post-9439680)
 * Status: resolved