Site logo

Archived topic

navigation sidebar dropdrown menu

5 replies · Started by imke on May 24, 2019

Viewing posts 1–6 of 6

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 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

This archived topic is closed to new replies.