Site logo

Archived topic

Burger menu doesn't shown over a picture bg

5 replies · Started by Sílvia on February 4, 2021

Viewing posts 1–6 of 6

Hello!
I have a problem with the burger menu that I can't solve despite trying to implement things I've read in previous topics.
The thing is: I have a burger menu on mobile devices and, when opening it, the different pages aren't shown. I think that it has something to do with its background colour and the fact that there are pictures ans slideshows just under the header, but I'm not sure and even this, I don't know how to make the menu work properly.
Any idea, please?
Thanks in advance,
Sílvia

Hi there,

can you share a link to a page where i can see the issue?

Ups, sorry, here you are.

Hi Silvia,

You could try this CSS:

@media (max-width: 700px){
    #mobile-header .main-nav {
        Z-index: 10;
        background-color: #fff; /*replace it with the color you want*/
    }
}

Let me know :)

It works perfectly! Thank you!
Sílvia

You are welcome Silvia :)

This archived topic is closed to new replies.