Archived topic
Navbar recreation and mobile friendly
6 replies · Started by ctrlkk on July 13, 2019
Hello,
I am trying to recreate a navbar behaviour and having a hard time doing it.
I've sent you both links.
As you can see on (My Website) that I am getting close to it, but when it comes to mobile it seems a little bit off and the mobile menu/navbar is transparent.
Could use some assistance here.
Thank you!
I think this message slipped through :/
Hi there,
Not sure if I fully understand.
What exactly are you trying to achieve?
Having the same navbar + sticky navbar + mobile menu from the website I posted (visible for admins).
So what exactly is the issue?
Your site and the example are both transparent?
https://www.screencast.com/t/Kump7Q7QJ
Should be like this: http://prntscr.com/oeksvt
Mines like this: http://prntscr.com/oekt0l
Try this for the toggled color:
@media (max-width: 768px) {
#mobile-header.main-navigation.toggled {
background-color: #ffffff;
}
}