Title: Jumping fixed header
Last modified: August 21, 2016

---

# Jumping fixed header

 *  Resolved [icc97](https://wordpress.org/support/users/icc97/)
 * (@icc97)
 * [12 years, 3 months ago](https://wordpress.org/support/topic/jumping-fixed-header/)
 * Just as you scroll down and the menu becomes a fixed header then the page flickers/
   jumps up because of the menu element being switched to `position:fixed`.

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

 *  Theme Author [wplovin](https://wordpress.org/support/users/wplovin/)
 * (@wplovin)
 * [12 years, 3 months ago](https://wordpress.org/support/topic/jumping-fixed-header/#post-4599559)
 * Hey,
 * Thanks for the note. Kinda an easy fix, gonna be fixed in the next update 🙂
 * Tom
 *  Theme Author [wplovin](https://wordpress.org/support/users/wplovin/)
 * (@wplovin)
 * [12 years, 3 months ago](https://wordpress.org/support/topic/jumping-fixed-header/#post-4599632)
 * Update: patch submitted. You should be able to update the theme in a day or few(
   depends on when it goes live).
 * Theme demo @ [http://wplovin.com/themes/aquarius/](http://wplovin.com/themes/aquarius/)
   is already running the latest version, so you can check it out there.
 * Tom
 *  Theme Author [wplovin](https://wordpress.org/support/users/wplovin/)
 * (@wplovin)
 * [12 years, 3 months ago](https://wordpress.org/support/topic/jumping-fixed-header/#post-4599658)
 * 1.0.6 is now live, so this should be fixed.
 * Tom
 *  Thread Starter [icc97](https://wordpress.org/support/users/icc97/)
 * (@icc97)
 * [12 years, 3 months ago](https://wordpress.org/support/topic/jumping-fixed-header/#post-4599662)
 * Awesome, installed v1.0.6 and its fixed. Many thanks.
 *  [Benno1986](https://wordpress.org/support/users/benno1986/)
 * (@benno1986)
 * [12 years, 2 months ago](https://wordpress.org/support/topic/jumping-fixed-header/#post-4599755)
 * Is there any way to center the menu’s??
 *  Theme Author [wplovin](https://wordpress.org/support/users/wplovin/)
 * (@wplovin)
 * [12 years, 2 months ago](https://wordpress.org/support/topic/jumping-fixed-header/#post-4599757)
 * Hey,
 * Remember to always open up a new ticket with the issues you’re having, that way
   I will be able to respond to those faster 🙂
 * At the moment, it’s not possible out-of-the-box, but can be achieved with some
   CSS wizardry:
 *     ```
       #navigation-main {text-align: center;}
       #navigation-main > .nav-menu {display: inline-block; width: auto;}
       ```
   
 * Tom

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

The topic ‘Jumping fixed header’ is closed to new replies.

 * ![](https://i0.wp.com/themes.svn.wordpress.org/aquarius/1.0.8/screenshot.png)
 * Aquarius
 * [Support Threads](https://wordpress.org/support/theme/aquarius/)
 * [Active Topics](https://wordpress.org/support/theme/aquarius/active/)
 * [Unresolved Topics](https://wordpress.org/support/theme/aquarius/unresolved/)
 * [Reviews](https://wordpress.org/support/theme/aquarius/reviews/)

## Tags

 * [fixed](https://wordpress.org/support/topic-tag/fixed/)
 * [header](https://wordpress.org/support/topic-tag/header/)
 * [menu](https://wordpress.org/support/topic-tag/menu/)

 * 6 replies
 * 3 participants
 * Last reply from: [wplovin](https://wordpress.org/support/users/wplovin/)
 * Last activity: [12 years, 2 months ago](https://wordpress.org/support/topic/jumping-fixed-header/#post-4599757)
 * Status: resolved