Take your website
To the next level
Discover our newly launched customization services and elevate your web projects to new heights.
Delegate tasks, save time, and unlock the power of professional WordPress outsourcing.

Okay
  Public Ticket #2163818
Submenu Layout is not working properly
Closed

Comments

  • ashutosheduhive started the conversation

    Dear Support Team,

    This is to inform you that dropdown is not displaying properly. It is overlapping the main menu item. I have attached error image related to this issue


  •  4,774
    Michael replied

    HI!

    pls. use following css:

    #primary-menu.no-responsive > li > ul {
        z-index: 555 !important;
    }

     

    6707465710.png
  • ashutosheduhive replied

    I dont know why dropdown is going above menu? Submenu should be below main menu item ?

  •  4,774
    Michael replied

    You are using a small screen, so the menu items don't fit on it. On large screens there is no such problem. I can provide you with a code to make the menu items smaller in height.