Thanks so much for the help!
It works perfectly!
Hi I’m hoping someone will be able to help me with the same problem. I am also using the twenty twelve theme. I changed the z-index on line 1498 from 1 to 2 in my child theme as described above.
Before
.main-navigation li ul {
display: none;
margin: 0;
padding: 0;
position: absolute;
top: 100%;
z-index: 1;
}
After
.main-navigation li ul {
display: none;
margin: 0;
padding: 0;
position: absolute;
top: 100%;
z-index: 2;
}
My submenue now appears over the slideshow, BUT when the slide show changes between pictures the submenue is hidden again.
Does anyone know how I can fix this?
Thanks!