Title: Floating Buttons Responsive
Last modified: August 30, 2016

---

# Floating Buttons Responsive

 *  Resolved [demeter_aurion](https://wordpress.org/support/users/demeter_aurion/)
 * (@demeter_aurion)
 * [10 years, 11 months ago](https://wordpress.org/support/topic/floating-buttons-responsive/)
 * Is there anyway to make the floating buttons responsive? Or something comparable?
 * [https://wordpress.org/plugins/add-to-any/](https://wordpress.org/plugins/add-to-any/)

Viewing 2 replies - 1 through 2 (of 2 total)

 *  Plugin Author [micropat](https://wordpress.org/support/users/micropat/)
 * (@micropat)
 * [10 years, 11 months ago](https://wordpress.org/support/topic/floating-buttons-responsive/#post-6272818)
 * Show/hide responsiveness is built-in already for the floating buttons (with options
   in the Floating tab).
 * Beyond that, you can use custom CSS code to further customize the responsive 
   breakpoints & styles, for example:
 *     ```
       @media screen and (max-width: 980px) {
           .a2a_floating_style.a2a_vertical_style {
               display: none;
           }
       }
       @media screen and (min-width: 981px) {
           .a2a_floating_style.a2a_default_style {
               display: none;
           }
       }
       ```
   
 *  Thread Starter [demeter_aurion](https://wordpress.org/support/users/demeter_aurion/)
 * (@demeter_aurion)
 * [10 years, 11 months ago](https://wordpress.org/support/topic/floating-buttons-responsive/#post-6272825)
 * Thanks for your response. I don’t think what I’m trying to achieve is possible
   with this plugin unfortunately. I would like for the bar to hide with an option
   to show it (like an arrow) on mobile devices.

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Floating Buttons Responsive’ 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/)

 * 2 replies
 * 2 participants
 * Last reply from: [demeter_aurion](https://wordpress.org/support/users/demeter_aurion/)
 * Last activity: [10 years, 11 months ago](https://wordpress.org/support/topic/floating-buttons-responsive/#post-6272825)
 * Status: resolved