• Resolved fernandolawl

    (@fernandolawl)


    My crelly slider which is in a normal nav and my site logo is showing up in front of the navigation when on mobile.

    I tried to do z-index: 99999999 for the nav tag which is where my mega menu resides but it doesn’t bring it to the forefront.

    Please help.
    Thank you

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author megamenu

    (@megamenu)

    Hi,

    The z-index may be inherited from somewhere further up the dom, so changing the z-index on the nav won’t necessarily make a difference. You also will need to make sure the element you’re applying the z-index too has “position: relative” set on it.

    Try working your way up through all of the elements that wrap the menu, it might be a level (or more) higher than the nav tag itself.

    If you are still stuck, let me know and I will take a look tomorrow as it’s getting late here now.

    Regards,
    Tom

    Thread Starter fernandolawl

    (@fernandolawl)

    That worked! Ahhh… the little things.

    Thank you again!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Responsive bar z-index not working’ is closed to new replies.