Centered sticky navbar
3 posters
Page 1 of 1
Centered sticky navbar
Hi, it's me bothering again.
I'm using this code (https://help.forumotion.com/t143777-make-your-navbar-sticky#981208) to make my navbar sticky and I want to center it. However, every time I try to add a margin:auto or something, it does nothing. How can I center the navbar?
Here is my forum:
I'm using this code (https://help.forumotion.com/t143777-make-your-navbar-sticky#981208) to make my navbar sticky and I want to center it. However, every time I try to add a margin:auto or something, it does nothing. How can I center the navbar?
Here is my forum:
Last edited by Lady Loki on November 22nd 2018, 12:58 am; edited 1 time in total
Re: Centered sticky navbar
Hi there, are you saying you want it centered and fill the entire header space or leave the width as it is but center the navbar?
Re: Centered sticky navbar
skouliki wrote:hello
try this
- Code:
#fa_sticky_nav {
margin-right: 270px;
}
Hi, thank you. Although it moves the navbar, it doesn't look centered and while I can adjust it to fix my screen I don't think it'll be right in other resolutions
Draxion wrote:Hi there, are you saying you want it centered and fill the entire header space or leave the width as it is but center the navbar?
Hi. I want to leave the width as it is and center the navbar
Re: Centered sticky navbar
You can use this.
- Code:
#fa_sticky_nav {
width: 75%;
left: 50%;
margin-left: -37.5%;
}
Similar topics
» Sticky navbar
» Where did the sticky navbar disappear?
» Widget photo not centered.
» Make your navbar sticky
» Sticky Navbar Underline
» Where did the sticky navbar disappear?
» Widget photo not centered.
» Make your navbar sticky
» Sticky Navbar Underline
Page 1 of 1
Permissions in this forum:
You cannot reply to topics in this forum