• Resolved stupor7574

    (@stupor7574)


    Hello,

    The navigation menu disappears behind the page or behind the plugin (Photo Gallery) on that page. I used the tips you gave in topic ‘Gutenverse Nav Menu hidden on pages’ but they don’t work. Can you give me some more advice?

    Thanks in advance,

    Alco Warners

    • This topic was modified 1 year, 8 months ago by stupor7574.
    • This topic was modified 1 year, 8 months ago by stupor7574.

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

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Yoga

    (@yogajegstudio)

    Hi @stupor7574

    What plugin do you use to create the gallery?
    It seems there is z-index: 100 added to the image wrapper.
    Is there a setting where you can remove the z-index?
    If there is, then try to remove the z-index.
    Otherwise, you can add the following CSS code in Dashboard->Appearance->Customize->Additional CSS :

    .bwg-item0 {
        z-index: 0;
    }

    If you still need to use z-index, you can use any value below 100.

    Thread Starter stupor7574

    (@stupor7574)

    Hi Yoga,

    I use the Photo Gallery plugin.

    Setting z-index to 0 di not work, neither did

    .bwg-item0 {
        z-index: 0;
    }

    Do you have any other advice?

    Thanks,

    Alco

    Edit: Photo Gallery is the problem. Envira (another gallery plugin) does not have this issue.

    • This reply was modified 1 year, 7 months ago by stupor7574.
    • This reply was modified 1 year, 7 months ago by stupor7574.
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘menu disappears behind page/plugin’ is closed to new replies.