Hey guys!
There was an old thread in the forums about a static nav bar but the sizing was off. I just made a quick css edit from scratch to fix it and the style is below:
#top {
position: fixed;
width: 100%;
z-index: 10;
background-color: black
}
main {
position: relative;
top: 60px;
}
You can change the color, I just have it as black because I am using dark theme.
Hey guys!
There was an old thread in the forums about a static nav bar but the sizing was off. I just made a quick css edit from scratch to fix it and the style is below:
#top {
position: fixed;
width: 100%;
z-index: 10;
background-color: black
}
main {
position: relative;
top: 60px;
}
You can change the color, I just have it as black because I am using dark theme.

