Site logo

[Resolved] Sub Menu Issue

Home Forums Support [Resolved] Sub Menu Issue

Home Forums Support Sub Menu Issue

Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #2572903
    Suman

    The arrows in the submenu seem to be misplaced instead of being in a vertically centered position.

    https://imgur.com/tErXzB4

    How can I fix them?

    #2573240
    Leo
    Staff
    Customer Support

    Hi there,

    Can you try increasing the sub-menu width with one of the options here?
    https://docs.generatepress.com/article/menu-item-height-width/#sub-menu-item-width

    Let me know 🙂

    #2574019
    Suman

    I applied the fix using the above methods and its working fine on big screens but on smaller screens like laptops the menu is getting extended beyond the display area.

    https://imgur.com/JhIjH4V

    Can you please help me fix it?

    #2574109
    David
    Staff
    Customer Support

    Hi there,

    you can change the side that Sub Menus open on in Customizer > Layout > Primary Navigation.
    Or consider NOT having that item at the end of the menu.

    #2576828
    Suman

    Is there any way that I can make the sub-menu item appear below the main menu item?

    Also, the above issue reappeared when I changed the size of the menu items.

    https://i.imgur.com/tErXzB4.png

    #2577168
    David
    Staff
    Customer Support

    We can make it so the items open below the menu but you would need to change the sub menu open from hover to click ( or click arrow ) in Customizer > Layout > Primary Nav.

    If thats ok, make that change and let us know.

    And to keep the toggle inline add this CSS:

    .main-navigation .main-nav ul ul li.menu-item-has-children>a {
        padding-left: 15px;
    }
    .menu-item-has-children ul .dropdown-menu-toggle {
        padding-right: 15px;
    }
    #2577451
    Suman

    I am not sure if my visitors will enjoy clicking to see the menu. Is it possible to have the same functionality in hover?

    #2577713
    Ying
    Staff
    Customer Support

    Is it possible to have the same functionality in hover?

    Unfortunately, it has to be set to click.

    #2578238
    Suman

    ok thank you

    #2579057
    Ying
    Staff
    Customer Support

    No Problem 🙂

Viewing 10 posts - 1 through 10 (of 10 total)
  • You must be logged in to reply to this topic.