[Resolved] navigation sidebar dropdrown menu

Home Forums Support [Resolved] navigation sidebar dropdrown menu

Home Forums Support navigation sidebar dropdrown menu

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #909396
    imke

    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

    #909406
    David
    Staff
    Customer Support
    #909610
    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.

    #909743
    David
    Staff
    Customer Support

    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;
    }
    #909791
    imke

    Hi David, thanks a lot!! Have to study it ๐Ÿ˜‰

    #909793
    David
    Staff
    Customer Support

    Glad to be of help

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