• Resolved blogdropper

    (@blogdropper)


    Hi, Really like this carousel slider, but have one problem, when I click an image I see the lightbox image behind the page menu. How can I disable and hide the menu when I’m viewing the lightbox.
    Thanks for any help.

    David

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Plugin Author Sayful Islam

    (@sayful)

    Your menu z-index is

    z-index: 11000;

    but ligitbox z-index is

    .mfp-wrap {
        z-index: 1043;
    }

    You need to increase lightbox z-index. Add the following style at custom css.

    .mfp-wrap {
        z-index: 11100;
    }
    • This reply was modified 7 years, 6 months ago by Sayful Islam.
    • This reply was modified 7 years, 6 months ago by Sayful Islam.
Viewing 1 replies (of 1 total)
  • The topic ‘lightbox appears behind page menu’ is closed to new replies.