• Resolved MEmilsson

    (@memilsson)


    Hi!
    My dropdown menu goes behind the slide-show. Iv’e tried different slide-shows but the same issue appears.
    I understand i might have to do with the z-index and I tried to solve it by reading all the other threads regarding this problem, but none of them works.

    I’m using twenty-twelve theme.

    Here is the URL to the homepage: http://www.aquatherapy.se/

    Any help would be most appreciated 🙂

    BR MEmilsson

Viewing 4 replies - 1 through 4 (of 4 total)
  • Hi,

    the z-index works on my side using Chrome’s Dev Tools.

    You’ll need to apply this CSS rule to some custom CSS either using Custom CSS or a Child Theme.

    .main-navigation li ul {
    z-index: 5;
    }

    Make sure that there is no caching enabled so you can see your changes.

    Hi,

    Please add following code in the stylesheet.

    .main-navigation ul.nav-menu, .main-navigation div.nav-menu > ul {
    position: relative;
    z-index: 999;
    }

    Thread Starter MEmilsson

    (@memilsson)

    navitdude, that did the trick! Finally!!!
    Thanks for fast help guys. Your’e the best 🙂

    BR MEmilsson

    Thanks, navitude. That did it for me, too. 🙂

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Drop-down meny falls behind Slideshow’ is closed to new replies.