Support » Plugin: Menu Image, Icons made easy » Main Menu Nav Dropdown Covers Parent Menu

  • Resolved austinlocke

    (@austinlocke)


    Divi Theme.
    The Plugin is pushing Main Menu’s Hover DropDown menu’s up enough to cover the parent menu. This prevents users from being able to click on the parent menu link.

    Disabling the menu-image plugin fixes the issue immediately.

    the Calculated css for the element in question:
    #et-top-navigation
    #top-menu-nav
    #top-menu
    #menu-item-xxx
    #ul.sub-menu:
    [Activated]: position: 0 [Bad]
    [Deactivated]: position: 47.33 [Good]

    style.css for my divi theme is v5.3.2:14

    Any help is greatly appreciated, Thank you!

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

Viewing 8 replies - 1 through 8 (of 8 total)
  • xatkit

    (@xatkit)

    Any look with this issue? I’m having exactly the same problem.

    Suggestions appreciated.

    Thread Starter austinlocke

    (@austinlocke)

    Sorry @xatkit , I did not receive a reply from Menu Image and had to disable the plugin

    Plugin Author Rui Guerreiro

    (@takanakui)

    Hi @austinlocke,

    Apologize for the delay and let me know if you want to give it another try so I can have a look.

    @xatkit can you open your own ticket and provide me site URL so I can have a look?

    Thanks

    Thread Starter austinlocke

    (@austinlocke)

    Rui, great to hear from you,
    i’ve temporarily turned MenuImage back on, please lmk what changes i need to make to the Divi Theme to fix the menu covering up the parent issue:
    https://peoriauuchurch.org/

    Thank you!

    Plugin Author Rui Guerreiro

    (@takanakui)

    Thanks @austinlocke

    Try this custom CSS.

    #et-top-navigation .nav li.menu-item, .navigation-top .main-navigation li {
        display: inline-block;
    }

    Clear the cache and test again. Let me know the result.

    Thread Starter austinlocke

    (@austinlocke)

    Rui,
    Awesome!, that fixed it perfectly. I spent a ton of time trying to figure out which CSS element to adjust, I’m glad you were able to make it easy and pinpoint the exact element.

    Thank you so much!

    Thread Starter austinlocke

    (@austinlocke)

    Case Resolved

    Plugin Author Rui Guerreiro

    (@takanakui)

    That’s great. Will include the fix in the next update.

Viewing 8 replies - 1 through 8 (of 8 total)
  • The topic ‘Main Menu Nav Dropdown Covers Parent Menu’ is closed to new replies.