Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #1138954

    Hi there!
    I noticed that on my website on mobile, when you click to expand the hamburger menu, the flyout is not visible. It ends up going BEHIND my color section.
    hamburger

    You can see in the above screenshot that the menu is expanded but you cannot view it.

    Any idea why this might be happening? Thank you!
    Brianne

    #1139243

    Hey Brianne,

    Add this to quick css:

    @media only screen and (max-width: 767px)  {
    #header{
    z-index:1!important;
    }
    .av-burger-overlay{
    z-index:9999!important;
    }}

    Best regards,
    Jordan Shannon

    #1139255

    Thank you, Jordan! I just added the CSS and flushed my cache but it doesn’t seem to be working yet. Is it fixed on your end?

    #1140040

    Hi,

    I can see it properly yes

    Best regards,
    Basilis

    #1140056

    Hi Basilis,

    I’ve checked this on multiple devices and the menu is still behind the banner. What else can I try? Thank you!

    Brianne

    #1141792

    Hi Brianne,

    Can you give us temporary admin access to your website in the private content box below, so that we can have a closer look?

    Best regards,
    Victoria

    #1141842

    Hi Victoria! Thank you for bringing that to my attention. I changed the ID and it worked. Thank you soooo much! I really appreciate it.

    Brianne

    #1141854

    Hi,

    Did you need additional help or shall we close this topic?

    Best regards,
    Jordan Shannon

    #1141903

    Hi Jordan! You may close this — thank you!

    #1141914

    Hi,

    If you need additional help, please let us know here in the forums.

    Best regards,
    Jordan Shannon

Viewing 10 posts - 1 through 10 (of 10 total)
  • The topic ‘Hamburger Nav on Mobile Hidden’ is closed to new replies.