I have the same problem 😉
i found a result 😉 add
margin-top: -40px!important;
to
.ngg-gallery-thumbnail {
in default nggallery css file
Thank you flammer, that really worked great.
Thread Starter
scumdk
(@scumdk)
And as usual the mistake is human 😉
I edited the style.css of the original theme and not the child theme. Thats why nothing i tried worked.
Solution:
Edit the z-index on line 1498 from 1 to 2. That brings the submenus ontop of the slideshow which has a z-index of 1 by default.
Thread Starter
scumdk
(@scumdk)
I know the CSS basics, i woul say.
I am usind a copy of the Twenty Twelve theme and in style.css i have found 2 instances of z-index:
Line 522 = z-index: 100000;
Line 1498 = z-index: 1;
I have also looked in the css of Meteor Slider and have only found 1 instance of z-index and that one is set to 1.
Must i add a z-index somewhere?
Thanks for participating 🙂