[Twenty Twelve] Drop-down meny falls behind Slideshow
-
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
-
-
Problem solved. Iv’e added this code to Style.css
.main-navigation ul.nav-menu, .main-navigation div.nav-menu > ul {
position: relative;
z-index: 999;
}
- The topic ‘[Twenty Twelve] Drop-down meny falls behind Slideshow’ is closed to new replies.