Title: Position from the bottom
Last modified: August 30, 2016

---

# Position from the bottom

 *  Resolved [Chris](https://wordpress.org/support/users/chrisgdr/)
 * (@chrisgdr)
 * [10 years, 9 months ago](https://wordpress.org/support/topic/position-from-the-bottom/)
 * Hello,
 * About the vertical floating buttons, is there any way to set an “x” number of
   pixel from the bottom?
 * I wish it not to overlap the footer of my website.
 * Thanks!
 * Please note that I tried the following lines in my css child theme, but it didn’t
   work out:
    `.a2a_target{bottom:600px !important;}`
 * [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, 9 months ago](https://wordpress.org/support/topic/position-from-the-bottom/#post-6523403)
 * Pretty close for that kind of positioning. You should override `top`, too, and
   use a more specific selector:
    `.a2a_floating_style.a2a_vertical_style { bottom:
   600px !important; top: auto !important; }`

Viewing 1 replies (of 1 total)

The topic ‘Position from the bottom’ 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, 9 months ago](https://wordpress.org/support/topic/position-from-the-bottom/#post-6523403)
 * Status: resolved