Title: Top location
Last modified: November 26, 2018

---

# Top location

 *  Resolved [vincentstag](https://wordpress.org/support/users/vincentstag/)
 * (@vincentstag)
 * [7 years, 6 months ago](https://wordpress.org/support/topic/top-location/)
 * Is it possible to change location of the bar to the top side of the page ?

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

 *  Plugin Author [Maeve Lander](https://wordpress.org/support/users/enigmaweb/)
 * (@enigmaweb)
 * [7 years, 6 months ago](https://wordpress.org/support/topic/top-location/#post-10920217)
 * Not via the UI, but with CSS yes, anything is possible 🙂 The css that controls
   the position of the button container looks like this:
 *     ```
       #ssb-container {
           position: fixed;
           top: 30%;
       }
       ```
   
 * So say you wanted the buttons to sit higher (nearer the top) you might adjust
   30% to be less like this:
 *     ```
       #ssb-container {
           top: 15% !important;
       }
       ```
   
 * The `important!` attribute overrides the value coming from the plugin. So you
   can add ^this code to your theme and it will override the css that’s in the plugin.
 * Hope that helps point you in the right direction to achieve whatever you want.
 *  [driddl](https://wordpress.org/support/users/driddl/)
 * (@driddl)
 * [7 years, 6 months ago](https://wordpress.org/support/topic/top-location/#post-10920299)
 * And Where do i insert the css code correct?
 *  Plugin Author [Maeve Lander](https://wordpress.org/support/users/enigmaweb/)
 * (@enigmaweb)
 * [7 years, 6 months ago](https://wordpress.org/support/topic/top-location/#post-10920508)
 * Here’s an article I wrote to help with this: [https://maevelander.net/where-to-add-css-in-wordpress/](https://maevelander.net/where-to-add-css-in-wordpress/)
 *  Thread Starter [vincentstag](https://wordpress.org/support/users/vincentstag/)
 * (@vincentstag)
 * [7 years, 2 months ago](https://wordpress.org/support/topic/top-location/#post-11338780)
 * ok, thank you for your reply. I’ll try to do it.

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

The topic ‘Top location’ is closed to new replies.

 * ![](https://ps.w.org/sticky-side-buttons/assets/icon-256x256.jpg?rev=1575383)
 * [Sticky Side Buttons](https://wordpress.org/plugins/sticky-side-buttons/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/sticky-side-buttons/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/sticky-side-buttons/)
 * [Active Topics](https://wordpress.org/support/plugin/sticky-side-buttons/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/sticky-side-buttons/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/sticky-side-buttons/reviews/)

 * 4 replies
 * 3 participants
 * Last reply from: [vincentstag](https://wordpress.org/support/users/vincentstag/)
 * Last activity: [7 years, 2 months ago](https://wordpress.org/support/topic/top-location/#post-11338780)
 * Status: resolved