• jklarich

    (@jklarich)


    My menu bar is not displaying dropdown menus. I had to change my z-index in the custom ccs settings because my popup was displaying behind the menu bar. I added this code ‘#nav-header.nav-container {
    z-index: 0 !important;
    }’

    That fixed the popup problem but now my menu dropdowns don’t work.

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

Viewing 4 replies - 1 through 4 (of 4 total)
  • emranemranx

    (@emranemranx)

    Hello,

    If you remove the code does the problem resolves? Kindly also make sure you’re using the latest theme version.

    Thank you!

    Thread Starter jklarich

    (@jklarich)

    Yes when I remove the code it allows the menu bar to be active with drop down menus, but the popup is behind the menu bar again. When the z-index is 0 the popup is in front and the menu bar doesn’t drop downs active when I click to clear the popup. I changed the z-index to 1 and the popup was still in front and the drop downs sort of work where the drop downs appear but are behind other elements of the page.

    I have the latest theme version and plugin versions. Here is the code I used again.

    ‘#nav-header.nav-container {
    z-index: 0 !important;’

    Thread Starter jklarich

    (@jklarich)

    Still looking for help fixing my popup and menu display problem.

    Yes when I remove the code it allows the menu bar to be active with drop down menus, but the popup is behind the menu bar again. When the z-index is 0 the popup is in front and the menu bar doesn’t drop downs active when I click to clear the popup. I changed the z-index to 1 and the popup was still in front and the drop downs sort of work where the drop downs appear but are behind other elements of the page.

    I have the latest theme version and plugin versions. Here is the code I used again.

    ‘#nav-header.nav-container {
    z-index: 0 !important;’

    emranemranx

    (@emranemranx)

    Hello Jklarich,

    I would recommend to inspect your pages and write some css rules in the custom css setting of the live customizer.

    Useful resources for WordPress site customization :?

    https://docs.presscustomizr.com/article/72-basics-of-css-and-html-for-wordpress-themes

    https://docs.presscustomizr.com/article/63-css-resources-for-wordpress-developers

    Thank you!

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Menu Bar Not Displaying Dropdowns’ is closed to new replies.