Site logo

Archived topic

Vertical nav in single column

3 replies · Started by Krzysztof on January 20, 2019

Viewing posts 1–4 of 4

Hello. I cannot find anything useful about this, and don't want to buy a plugin if I don't have to. Is there a simple way to make vertically oriented menu with submenu items sliding out in same column?
I use GP with Elementor Pro.

Hey Tom, thanks for answer. Yes, but with accordien menu sub nav that will stay in open state after clicking on subitem. Elementor Pro has it's nav menu pro, which has this menu type, but unfortunately it doesn't work well when the main item and sub item are links, and also closes after opening subpage from it's link.

Stay open when? When you're on that page/one of the child pages?

If so, what if you did this?:

#site-navigation .current-menu-item ul,
#site-navigation .current-menu-ancestor ul {
    left: auto;
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    height: auto;
    overflow: visible;
}

It would work best with the Click - Menu Item as the Dropdown type: https://docs.generatepress.com/article/navigation-dropdown/

This archived topic is closed to new replies.