Forum Replies Created

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • in reply to: trouble with nextgen hover effect #1007161

    Hi

    yes this issue has been resolved

    just a s a side note, I had to set the z-index value to 400 as the gallery was hiding part pf the dropdown menu

    So, here the correct fix

    figure.ngg-figure {
    z-index: 400;
    }
    • This reply was modified 6 years, 2 months ago by CRLouis.
    in reply to: trouble with nextgen hover effect #1006800

    Nevermind, i just figured it out.
    In case you are running into the same problem the simply add this to your custom CSS

    figure.ngg-figure {
    z-index: 999;
    }
Viewing 2 posts - 1 through 2 (of 2 total)