Title: Move Top Bar
Last modified: August 30, 2016

---

# Move Top Bar

 *  Resolved [lorireed](https://wordpress.org/support/users/lorireed/)
 * (@lorireed)
 * [10 years, 9 months ago](https://wordpress.org/support/topic/move-top-bar/)
 * The Top Bar is currently fixed at the top of my wordpress site. However I have
   a main nav bar that is also fixed at the top of the site and is currently covered
   by the Top Bar.
 * I changed the settings in the custom CSS section of the Top Bar plug in and I
   changed the CSS Option C to
 *  top: 40; padding:0; margin:0; width: 100%; z-index: 99999;
 * In order to keep the main nav bar from being covered by the Top Bar.
 * My question is, is there a way I could change the CSS to move the Top Bar to 
   be fixed in the center of the page? Instead of the top?
 * Even when I change the “Fixed Top Bar” option to “on” the top bar still remains
   at the top of the page, but I was wondering if there was a way I could move it
   down..
 * Thanks for any help you can provide!!
 * Cheers
 * [https://wordpress.org/plugins/wp-topbar/](https://wordpress.org/plugins/wp-topbar/)

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

 *  Thread Starter [lorireed](https://wordpress.org/support/users/lorireed/)
 * (@lorireed)
 * [10 years, 9 months ago](https://wordpress.org/support/topic/move-top-bar/#post-6384077)
 * Excuse me, correction
 * ***Even when I change the “Fixed Top Bar” option to “off” the top bar still remains
   at the top of the page..
 *  Plugin Author [rfgoetz](https://wordpress.org/support/users/rfgoetz/)
 * (@rfgoetz)
 * [10 years, 9 months ago](https://wordpress.org/support/topic/move-top-bar/#post-6384128)
 * Can you reply with the URL of the site so that I can see how to adjust the CSS
   settings?
 *  Thread Starter [lorireed](https://wordpress.org/support/users/lorireed/)
 * (@lorireed)
 * [10 years, 9 months ago](https://wordpress.org/support/topic/move-top-bar/#post-6384298)
 * [http://drstephengordon.com/](http://drstephengordon.com/)
 *  Plugin Author [rfgoetz](https://wordpress.org/support/users/rfgoetz/)
 * (@rfgoetz)
 * [10 years, 9 months ago](https://wordpress.org/support/topic/move-top-bar/#post-6384331)
 * This is hard to debug since you don’t have any TopBars selected.
 * Can you try this in CSS Option C:
 * `position:fixed; top:100px; z-index: 99999;width: 100%;`
 * Change the “top” parameter to the number of pixels you want the TopBar to pushed
   down the screen. The TopBar will be fixed in one place when the user scrolls 
   down the page.
 * Change “position” to `position:relative`, if you want the TopBar to scroll off
   the screen when the user scrolls down the page.
 * Bob
 *  Plugin Author [rfgoetz](https://wordpress.org/support/users/rfgoetz/)
 * (@rfgoetz)
 * [10 years, 9 months ago](https://wordpress.org/support/topic/move-top-bar/#post-6384357)
 * closing – no response in a week.

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

The topic ‘Move Top Bar’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/wp-topbar_706d6d.svg)
 * [WP-TopBar](https://wordpress.org/plugins/wp-topbar/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/wp-topbar/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/wp-topbar/)
 * [Active Topics](https://wordpress.org/support/plugin/wp-topbar/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/wp-topbar/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/wp-topbar/reviews/)

 * 5 replies
 * 2 participants
 * Last reply from: [rfgoetz](https://wordpress.org/support/users/rfgoetz/)
 * Last activity: [10 years, 9 months ago](https://wordpress.org/support/topic/move-top-bar/#post-6384357)
 * Status: resolved