# Fix for your navigation pane

**URL:** https://community.gemsofwar.com/t/fix-for-your-navigation-pane/67291
**Category:** Community Content
**Created:** [November 24, 2020, 4:49am UTC](https://community.gemsofwar.com/t/fix-for-your-navigation-pane/67291 "2020-11-24T04:49:22Z")
**Posts on this page:** 5
**Page:** 1

<div class="post-metadata">

### Author: ![Rosenkreuz1979](https://sea1.discourse-cdn.com/flex019/user_avatar/community.gemsofwar.com/rosenkreuz1979/32/61425_2.png) [@Rosenkreuz1979](https://community.gemsofwar.com/u/Rosenkreuz1979)
#### Post date: [November 24, 2020, 4:49am UTC](https://community.gemsofwar.com/t/fix-for-your-navigation-pane/67291/1 "2020-11-24T04:49:22Z")

</div>

here’s the fix for the navigation issue:

add to stylesheet (.css) the following:

#ember5 {  
position: relative;  
margin: auto;  
z-index: 1000;  
width: 100%;  
}  
#ember5.fixed {  
position: fixed;  
}

In the bootstrap.js (or anywhere your BB takes the scripts from) add:

//fixed navbar script//  
var navwin = $(window);  
fxel = $(‘#ember5’);  
eloffset = fxel.offset().top;

navwin.scroll(function() {  
if (eloffset \< navwin.scrollTop()) {  
fxel.addClass(“fixed”);  
} else {  
fxel.removeClass(“fixed”);  
}  
});  
//fixed navbar script end//

After that the initial topic page will look like:

 ![initial_page.PNG](https://us1.discourse-cdn.com/flex019/uploads/gemsofwar/original/3X/2/2/225d2448e83201faf7558c44476a0546d5669835.jpeg)

but after scrolling the content down the navbar will remain “sticky”:

 ![scrolled_down.PNG](https://us1.discourse-cdn.com/flex019/uploads/gemsofwar/original/3X/7/6/76e6438b7a78494ebd1a150977888ccdf355e5ac.jpeg)

So at least user could navigate to the content of the forum and see their notifications without a need to scroll to the very top of a longread.

P.S. I will be creating the topic for a fix every day until you fix it.

---

<div class="post-metadata">

### Author: ![Shimrra](https://sea1.discourse-cdn.com/flex019/user_avatar/community.gemsofwar.com/shimrra/32/87_2.png) [@Shimrra](https://community.gemsofwar.com/u/Shimrra)
#### Post date: [November 24, 2020, 6:25am UTC](https://community.gemsofwar.com/t/fix-for-your-navigation-pane/67291/2 "2020-11-24T06:25:17Z")

</div>

You mean _this_ navigation pane?

 ![image](https://us1.discourse-cdn.com/flex019/uploads/gemsofwar/original/3X/8/0/8023512a43d86fdcd1bba049c261bccae324ec63.png)  
Looks fine to me.

---

<div class="post-metadata">

### Author: ![Rosenkreuz1979](https://sea1.discourse-cdn.com/flex019/user_avatar/community.gemsofwar.com/rosenkreuz1979/32/61425_2.png) [@Rosenkreuz1979](https://community.gemsofwar.com/u/Rosenkreuz1979)
#### Post date: [November 24, 2020, 6:39am UTC](https://community.gemsofwar.com/t/fix-for-your-navigation-pane/67291/3 "2020-11-24T06:39:53Z")

</div>

No, I mean THIS navigation pane.

 ![navpane.PNG](https://us1.discourse-cdn.com/flex019/uploads/gemsofwar/original/3X/7/a/7ad993fafb5d2deb8e7fd0f029941a7ec8b2f1be.jpeg)  
Exacly… it was left above.

Don’t try to outsmart anyone - and if you try doing so - just specify the theme that you are using. It is obvious from the cropped screenshot that you are using OLD theme.

Nice try though.

---

<div class="post-metadata">

### Author: ![Shimrra](https://sea1.discourse-cdn.com/flex019/user_avatar/community.gemsofwar.com/shimrra/32/87_2.png) [@Shimrra](https://community.gemsofwar.com/u/Shimrra)
#### Post date: [November 24, 2020, 8:03am UTC](https://community.gemsofwar.com/t/fix-for-your-navigation-pane/67291/4 "2020-11-24T08:03:24Z")

</div>

Not sure what I expected from someone threatening to spam the forum unless their demands were met instantaneously by the developers. I’m just gonna go, enjoy whatever it is you’re doing.

---

<div class="post-metadata">

### Author: ![Rosenkreuz1979](https://sea1.discourse-cdn.com/flex019/user_avatar/community.gemsofwar.com/rosenkreuz1979/32/61425_2.png) [@Rosenkreuz1979](https://community.gemsofwar.com/u/Rosenkreuz1979)
#### Post date: [November 24, 2020, 8:43am UTC](https://community.gemsofwar.com/t/fix-for-your-navigation-pane/67291/5 "2020-11-24T08:43:14Z")

</div>

Sometimes fear is the appropriate response indeed. You were nailed by using the different theme to cover up the flaw in the current design, and all you replied is “nah! I gotta go”.

Moreover, the solution has already been provided to the issue, so please don’t litter this topic.
