Archived topic
navigation sidebar dropdrown menu
5 replies · Started by imke on May 24, 2019
Hi Team,
I've the problem, that the sidebar - navigation menu/submenu opens up aside and I need to have it dropping below just like in the mobile menu toggle. How?? Don't find the right button. 🙁
Thanks a lot in advance
imke
Hi there,
Tom provides some CSS to do that here:
https://generatepress.com/forums/topic/vertical-menu-with-collapsible-subitems/#post-887073
Hi David, thanks for trying to help me.
I put it into Customizer-CSS. It doesn't help - sorry. I want the sidebar-menu to look like the dropdown-menu on mobil.
Try this CSS:
.dropdown-hover .widget-area .main-navigation:not(.toggled) ul li:hover ul,
.dropdown-hover .widget-area .main-navigation:not(.toggled) ul li.sfHover > ul {
left: 0;
width: 100%;
position: relative;
}
Hi David, thanks a lot!! Have to study it ;)
Glad to be of help