• Resolved ansonvirgo

    (@ansonvirgo)


    My nav is behind the slider after the new update.

    I’ve tried changing the z-index of the nav but no luck to get it on top of the slider.

    I’ve tried setting the z-index on the slider as well as the nav but nothing is happening.

    https://thetamarindtree.co/

Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Author MatthewRuddy

    (@matthewruddy)

    Hey, could you try adding the CSS below to your themes style.css file? Hopefully will do the trick ??

    .easingsliderlite .easingsliderlite-viewport { z-index: 0 !important; }

    Thread Starter ansonvirgo

    (@ansonvirgo)

    Hey Thanks, that seemed to work.
    Cheers

    Plugin Author MatthewRuddy

    (@matthewruddy)

    Good to hear! No problem. ??

    I too am having this same problem. I tried using the above code in my css but it hasn’t done the trick. Any suggestions?

    Plugin Author MatthewRuddy

    (@matthewruddy)

    Hi @abrick01, try adding a z-index of 9999 to your menus. Like so:

    .your-menu-class {
        z-index: 9999 !important;
    }
Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Z-index’ is closed to new replies.