Title: Button at bottom right
Last modified: October 11, 2016

---

# Button at bottom right

 *  Resolved [Swissprice](https://wordpress.org/support/users/swissprice/)
 * (@swissprice)
 * [9 years, 7 months ago](https://wordpress.org/support/topic/button-at-bottom-right/)
 * Hello,
 * That’s the best feedback plugin out there!
 * Is there a way to place the button at the bottom right instead of the bottom 
   center?
 * Kind regards,
    Samuel

Viewing 1 replies (of 1 total)

 *  Thread Starter [Swissprice](https://wordpress.org/support/users/swissprice/)
 * (@swissprice)
 * [9 years, 7 months ago](https://wordpress.org/support/topic/button-at-bottom-right/#post-8277969)
 * I could do it by myself, here’s the code I used:
 *     ```
       #un-button {
           left: 80% !important;
           font-size: 16px !important;
           line-height: 21px !important;
       }
   
       @media only screen and (max-width: 480px) {
   
           #un-button {
               left: 65% !important;
               font-size: 16px !important;
               line-height: 14px !important;
           }
       }
       ```
   
 * I also decreased the font-size of two pixels.
 * You might need to change the values depending on the length of your button’s 
   title.

Viewing 1 replies (of 1 total)

The topic ‘Button at bottom right’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/usernoise_b8babb.svg)
 * [Usernoise modal feedback / contact form](https://wordpress.org/plugins/usernoise/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/usernoise/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/usernoise/)
 * [Active Topics](https://wordpress.org/support/plugin/usernoise/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/usernoise/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/usernoise/reviews/)

## Tags

 * [bottom](https://wordpress.org/support/topic-tag/bottom/)
 * [button](https://wordpress.org/support/topic-tag/button/)
 * [float](https://wordpress.org/support/topic-tag/float/)
 * [place](https://wordpress.org/support/topic-tag/place/)
 * [right](https://wordpress.org/support/topic-tag/right/)

 * 1 reply
 * 1 participant
 * Last reply from: [Swissprice](https://wordpress.org/support/users/swissprice/)
 * Last activity: [9 years, 7 months ago](https://wordpress.org/support/topic/button-at-bottom-right/#post-8277969)
 * Status: resolved