• Philbeaux

    (@philbeaux)


    Ok, I’m having a bit of an issue with some drop-down menus.
    The link I gave is typical of several pages on my site.
    What I have is image galleries set up on my posts but the drop-down menu is displaying behind any captions of the images the menu drops down over. Changing the theme fixes the problem.

    I’ve tried to edit the Z-index of both the drop-down menu and the image captions but I’m not having any success. It’s quite possible I could be doing it wrong so any help would be appreciated.

    • This topic was modified 4 years ago by Philbeaux.

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

Viewing 2 replies - 1 through 2 (of 2 total)
  • Shahin

    (@skalanter)

    Hello @philbeaux,

    Please put the CSS below in Customizing > Custom CSS/JS > CSS Code:

    .no-header-border #site-header {
        z-index: 9999999;
    }

    Note: if you have any cache plugin or server cache(CDN / Browser Cache and Cookies and …), you need to clear its cache contents or disable them to see your changes.

    Result: https://i.postimg.cc/90WW2gBm/image.png

    Best Regards

    Thread Starter Philbeaux

    (@philbeaux)

    Worked Great!
    Thanks You!

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Issue With Drop-Down Menu’ is closed to new replies.