[Support request] Navigator Dropdown menu

Home Forums Support [Support request] Navigator Dropdown menu

Home Forums Support Navigator Dropdown menu

Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #825394
    Matthieu

    Hi Everybody !

    I have a problem on vertical menu on generate press, navigator theme from GP Librairy.

    The SubMenu cover the initial menu when the dropdown is open.. I searched everywhere in the css to avoid this, but finnally ask you if you have any idea…

    Because an image is better than any french-english explanation :

    MENU

    I would like to have a normal fixed dropdown submenu …

    Any ideas ??

    Thank you !!

    login : demo
    pwd : demo

    #825416
    David
    Staff
    Customer Support

    Hi there,

    can you provide us a link to the site? You can edit your original topic and use the Site URL field for privacy.

    #825449
    Matthieu

    I did that ! Thank you !

    Login : demo
    pwd : demo

    #825460
    David
    Staff
    Customer Support

    Do you want the sub menu to float to the right when opened?
    Or for it to display beneath the parent menu item?

    #825464
    Matthieu

    Beneath the parent menu item and stay here.. like when its on hover but stay when we clic… !

    #825472
    David
    Staff
    Customer Support

    Try this CSS:

    .dropdown-click .main-navigation ul.toggled-on, 
    .dropdown-click .main-navigation ul li.sfHover>ul.toggled-on {
        position: relative;
    }
    #825476
    Matthieu

    Wow ! Perfect David ! Thank you very much ! Any way to keep the submenu open when we navigate to sub menu items ??

    Thank you very much !

    #825491
    David
    Staff
    Customer Support

    Try this:

    .main-navigation .main-nav ul li.current-menu-parent > .sub-menu {
        position: relative;
        left: auto;
        opacity: 1;
        visibility: visible;
        pointer-events: auto;
        height: auto;
        overflow: visible;
    }
    #825498
    Matthieu

    Woow ! Really cool David ! Thank you very much !

    #825499
    David
    Staff
    Customer Support

    Awesome – glad to be of help 🙂

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