Title: Decrease Padding on Floating Buttons
Last modified: August 31, 2016

---

# Decrease Padding on Floating Buttons

 *  Resolved [WPUser939](https://wordpress.org/support/users/wpuser939/)
 * (@wpuser939)
 * [10 years, 5 months ago](https://wordpress.org/support/topic/decrease-padding-on-floating-buttons/)
 * I have set floating buttons to show only on mobile devices.
    I’d like to lessen
   the white padding around them. I used firebug to find what to change. Within .
   a2a_floating_style I’d like to change the padding from 4 to 0px. I’ve installed“
   Simple Custom CSS” and tried adding the following line with no luck. .a2a_floating_style{
   padding: 0px;} I’d like to make the change in this “Simple Custom CSS” plugin
   so that updating AddTooAny won’t revert the change. I’ve spent about 4 hours 
   trying to figure this out and I’m out of ideas.. The site I’m trying to do this
   on is [http://yourwatchstyle.com/](http://yourwatchstyle.com/) Thank you in advance
   for any help you can offer here..
 * [https://wordpress.org/plugins/add-to-any/](https://wordpress.org/plugins/add-to-any/)

Viewing 1 replies (of 1 total)

 *  Plugin Author [micropat](https://wordpress.org/support/users/micropat/)
 * (@micropat)
 * [10 years, 5 months ago](https://wordpress.org/support/topic/decrease-padding-on-floating-buttons/#post-7091523)
 * You can override the padding on the floating bar with:
    `.a2a_floating_style {
   padding: 2px !important; }`
 * And the padding on the floating buttons:
    `.a2a_floating_style a { padding: 0!
   important; }`

Viewing 1 replies (of 1 total)

The topic ‘Decrease Padding on Floating Buttons’ 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: [10 years, 5 months ago](https://wordpress.org/support/topic/decrease-padding-on-floating-buttons/#post-7091523)
 * Status: resolved