[Resolved] Burger menu doesn’t shown over a picture bg

Home Forums Support [Resolved] Burger menu doesn’t shown over a picture bg

Home Forums Support Burger menu doesn’t shown over a picture bg

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #1645369
    Sílvia

    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

    #1645439
    David
    Staff
    Customer Support

    Hi there,

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

    #1645459
    Sílvia

    Ups, sorry, here you are.

    #1645952
    Ying
    Staff
    Customer Support

    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 🙂

    #1645977
    Sílvia

    It works perfectly! Thank you!
    Sílvia

    #1646016
    Ying
    Staff
    Customer Support

    You are welcome Silvia 🙂

Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.