Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #100939
    BrandonSM
    Participant

    Hello!

    I cannot figure out how to add a sub-nav item to the dropdown list when hovering over a navigation. How would I go about doing that? Do I have to create a separate menu?

    #100940
    BrandonSM
    Participant

    For clarification…

    Where would I add pages/links so that when I hover over a primary menu item, they show in the dropdown?

    #100990
    Mahesh
    Participant

    @brandonsm: Please refer to the link below. Hope this helps. Let me know if any problem.
    https://codex.wordpress.org/WordPress_Menu_User_Guide

    Regards,
    Mahesh

    #101027
    BrandonSM
    Participant

    Thank you Mahesh! That helped alot! I was able to get the sub-menus added after changing some of the menu/navigation options around.

    The problem I’m running into now is that when hovering over the first parent that has a child menu, when trying to hover over the child it actually ends up showing the second parent’s child menu.

    Example —
    http://gaispc.azurewebsites.net/

    If you hover over “About SPC” and then try to click one of the links on its child menu, it actually shows the child menu for “Services”. Basically I am unable to click on any of the “About SPC” child links.

    If you hover over “Services” and then try to click one of the links on its child menu, it works fine and only shows the expected child menu.

    #101069
    Mahesh
    Participant

    @brandonsm: You have following CSS in your gaispc/style.css.

    .catchbase-nav-menu .children {
        left: 0 !important;
    }

    This is causing the issue. Please remove it. Let me know if any problem.

    Regards,
    Mahesh

    #101214
    BrandonSM
    Participant

    That worked, thanks Mahesh!

    What I need to do now is make those sub-nav items full width of the content area which is why I did a left:0; any ideas?

    #101310
    Mahesh
    Participant

    @brandonsm: I checked your site, and seems you’ve already managed it. Let me know if any problem. Have a nice day!

    Regards,
    Mahesh

    #101424
    BrandonSM
    Participant

    I did thanks @Mahesh ! I appreciate all your help! Let me know where I can donate 🙂

    #101605
    Mahesh
    Participant

    @brandonsm: Thank you for your appreciation. Have a nice day!

    Regards,
    Mahesh

Viewing 9 posts - 1 through 9 (of 9 total)
  • The topic ‘Sub-menu in navigation’ is closed to new replies.