navbar inside the toolbar?
4 posters
Page 1 of 1
navbar inside the toolbar?
hello!
im using modernBB version and i am trying to put my whole navbar inside my toolbar at all time and im not sure where to start with it.
link: https://www.mhafanbase.com/
right now its the basic sticky navbar with transition when you scroll down but id like do to so I remove the share button and search bar from the toolbar and put the navigation bar there instead if that make sense.
im using modernBB version and i am trying to put my whole navbar inside my toolbar at all time and im not sure where to start with it.
link: https://www.mhafanbase.com/
right now its the basic sticky navbar with transition when you scroll down but id like do to so I remove the share button and search bar from the toolbar and put the navigation bar there instead if that make sense.
Last edited by Trych on Wed 1 Jul - 11:53; edited 1 time in total
Re: navbar inside the toolbar?
Lost Founder's Password |Forum's Utilities |Report a Forum |General Rules |FAQ |Tricks & Tips
You need one post to send a PM.
You need one post to send a PM.
When your topic has been solved, ensure you mark the topic solved.
Never post your email in public.
Re: navbar inside the toolbar?
Awesome I could remove some parts! Now is the tooldbar in a template? Im trying to find a way to fuse the navbar with it!
Re: navbar inside the toolbar?
So you do not want the navbar that appears when you scroll down the page?
Lost Founder's Password |Forum's Utilities |Report a Forum |General Rules |FAQ |Tricks & Tips
You need one post to send a PM.
You need one post to send a PM.
When your topic has been solved, ensure you mark the topic solved.
Never post your email in public.
Re: navbar inside the toolbar?
SLGray wrote:So you do not want the navbar that appears when you scroll down the page?
I want to incorporate the navigation barr inside the toolbar, so its always fixed at the top on the same line as the toolbar if that make sense :o
Re: navbar inside the toolbar?
Oi,
Add the following CSS in your CSS stylesheet:
Add the following CSS in your CSS stylesheet:
- Code:
.headerbar ul.navbar.navlinks {
position: fixed;
left: 128px;
top: 6px;
z-index: 99999;
}
.headerbar ul.navbar.navlinks li {
margin: 0;
}
.is-sticky#headerbar-top.w-toolbar {
top: 0 !important;
z-index: 99999 !important;
background-color: transparent;
box-shadow: none;
}
TonnyKamper and Trych like this post
Re: navbar inside the toolbar?
This work but my only problem is that the whole navigation menu is hidden until we scroll down
Edit: Solved by adding more *9* to the z-index property!
I greatly apprecitate the help for this code, thank you @mSyx!
- Spoiler:
Edit: Solved by adding more *9* to the z-index property!
I greatly apprecitate the help for this code, thank you @mSyx!
TonnyKamper and mSyx like this post
Re: navbar inside the toolbar?
Oh yeah, I omitted that. My bad
Glad you figured out how to fix this aswell!
Glad you figured out how to fix this aswell!
TonnyKamper and Trych like this post
Re: navbar inside the toolbar?
Problem solved & topic archived.
|
Similar topics
» Navbar inside banner section
» Index with last posts inside a box - INVISION
» How do I add java code inside the template?
» Forum; name and discription centered inside the row.
» Someone reported my forum (more details inside)
» Index with last posts inside a box - INVISION
» How do I add java code inside the template?
» Forum; name and discription centered inside the row.
» Someone reported my forum (more details inside)
Page 1 of 1
Permissions in this forum:
You cannot reply to topics in this forum