Site logo

Archived topic

Navbar recreation and mobile friendly

6 replies · Started by ctrlkk on July 13, 2019

Viewing posts 1–7 of 7

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).

Try this for the toggled color:

@media (max-width: 768px) {
    #mobile-header.main-navigation.toggled {
        background-color: #ffffff;
    }
}
This archived topic is closed to new replies.