Dropdown menu overlaps second row of menu

This topic contains 3 replies, has 2 voices, and was last updated by  Guust 8 years, 4 months ago.

We have moved to a support ticketing system and our forums are now closed.

Open Support Ticket
  • Author
    Posts
  • #67507

    Nick
    Expired Member
    Post count: 27

    Hi I have a problem with the Menu dropdown when using presscustomizr theme, some menus dropdown mix up with the other menus underneath making it hard to select pages on my website, I contacted presscustomizr support & reply is below, please let me know if you can help?

    Your geodirectory plugin outputs the following css codes in it’s file
    http://tf9.uk/loggerheads/wp-content/plugins/geodirectory/geodirectory-assets/css/gd_core_frontend.css?ver=1.5.6
    li.menu-item, #menu-item-gd-location-switcher {
    z-index: 1500;
    }
    The z-index is causing your drop menu to hide behind parent menu item.
    If I disable it on firebug, your menu will show up properly.
    Please see screenshot. http://i.imgur.com/Vku8lSx.jpg
    I have tried many combinations of css code but I am still not able to overwrite the above mentioned code.
    Therefore, I suggest you to contact your plugin developer to assist in removing the above mentioned block of css code.

    #67509

    Guust
    Moderator
    Post count: 29970

    Try adding this to your custom css:

    li.menu-item {z-index: initial;}

    You might have to use

    li.menu-item {z-index: initial !important;}

    It’s quite unusual to see 2 menus with indentical structure 1 on top of the other…

    Let us know,

    Thanks

    #67510

    Nick
    Expired Member
    Post count: 27

    Thanks that sorted it, I didn’t need the !important, it’s only one menu but can be on 2 or 3 rows depending on window size. greatful for speedy reply cheers.

    #67511

    Guust
    Moderator
    Post count: 29970

    You’re welcome 🙂

Viewing 4 posts - 1 through 4 (of 4 total)

We have moved to a support ticketing system and our forums are now closed.

Open Support Ticket