Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1226295

    Rad
    Moderator

    Hi there,

    Hmm, I can’t really replicate the issue. Sub menus are working fine and appearing when hovered. Are you trying to make the menu works while the popup is open? How about providing a video recording? Maybe we’re getting different menu behavior.

    Thanks!

    #1226470

    RickHerro
    Participant

    The first level of submenus are working fine – then the second level of submenu pop out but when you go to select one of them, they disappear, before you get a chance to select anything

    #1226776

    RickHerro
    Participant

    Here is a link to a screen recording of what’s happening at my end…

    http://screencast-o-matic.com/watch/cD633Gj5c1

    #1226788

    Rad
    Moderator

    Hi there,

    It’s because the spacing between them isn’t part of menu item, and hover is only applied on each menu item. Please add this CSS

    .x-navbar .desktop .x-nav > li ul {
        padding: 1.75em 0 !important;
        left: 100% !important;
    }
    
    .x-navbar .desktop .x-nav > li ul > li {
        padding: 0 1.75em !important;
    }

    That should fix it, cheers!

    #1226966

    RickHerro
    Participant

    You’re a CHAMPION!

    Thank you!

    #1227033

    Rue Nel
    Moderator

    You’re welcome! We’re happy to help you out.
    If you need anything else we can help you with, don’t hesitate to open another thread.