Title: Button Location
Last modified: August 14, 2018

---

# Button Location

 *  Resolved [Stephen](https://wordpress.org/support/users/stephenpasquini/)
 * (@stephenpasquini)
 * [7 years, 9 months ago](https://wordpress.org/support/topic/button-location-3/)
 * Hi, I would like to change the default location of the feedback button, possibly
   to the left side of the screen. Is there a way to change the button location?
   Thanks!
 * Stephen
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fbutton-location-3%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

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

 *  Plugin Contributor [Pascal Birchler](https://wordpress.org/support/users/swissspidy/)
 * (@swissspidy)
 * [7 years, 9 months ago](https://wordpress.org/support/topic/button-location-3/#post-10598954)
 * Hi Stephen
 * It’s not just the feedback button that is located in the bottom right of the 
   screen, but the whole interaction takes place there as well. Although one could
   move the button using CSS, I would really recommend not doing that. Clicking 
   on a button on the left hand side and then filling out the form on the right 
   would be very confusing for users.
 * If you want to try this out nonetheless, you could add some CSS like this in 
   the Customizer’s Custom CSS section:
 * `#user-feedback-init-button { right: auto; left: -3px; bottom: 60px; }`
 * Note that on [https://wordpress.org/plugins/user-feedback/advanced/](https://wordpress.org/plugins/user-feedback/advanced/)
   you can download the beta version of a newer release of User Feedback (“Development
   Version”) that changes the user flow quite significantly. There it might make
   more sense to move the button to another position. The CSS for that is quite 
   similar:
 * `.user-feedback-button.user-feedback-button-init { right: auto; left: -3px; bottom:
   60px; }`
 *  Thread Starter [Stephen](https://wordpress.org/support/users/stephenpasquini/)
 * (@stephenpasquini)
 * [7 years, 8 months ago](https://wordpress.org/support/topic/button-location-3/#post-10604434)
 * Thanks so much for the reply. I will play around with this css to see if can 
   make it work. I really appreciate your reply. Have been using the development
   version for a while now and it works great.

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

The topic ‘Button Location’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/user-feedback_cbcbcb.svg)
 * [User Feedback](https://wordpress.org/plugins/user-feedback/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/user-feedback/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/user-feedback/)
 * [Active Topics](https://wordpress.org/support/plugin/user-feedback/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/user-feedback/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/user-feedback/reviews/)

## Tags

 * [bottom](https://wordpress.org/support/topic-tag/bottom/)
 * [button](https://wordpress.org/support/topic-tag/button/)
 * [default](https://wordpress.org/support/topic-tag/default/)
 * [left](https://wordpress.org/support/topic-tag/left/)
 * [move](https://wordpress.org/support/topic-tag/move/)
 * [right](https://wordpress.org/support/topic-tag/right/)
 * [top](https://wordpress.org/support/topic-tag/top/)

 * 2 replies
 * 2 participants
 * Last reply from: [Stephen](https://wordpress.org/support/users/stephenpasquini/)
 * Last activity: [7 years, 8 months ago](https://wordpress.org/support/topic/button-location-3/#post-10604434)
 * Status: resolved