Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1376911
    auldreekie
    Participant

    I’m running Superfly for my mobile nav.

    Currently the user has to click on a plus icon next to a level 1 nav item to expand each section in turn, and show level 2 items.

    I’d like all sections to appear expanded when the mobile nav is viewed – so all level 1 and 2 items would be visible by default.

    Any idea how I can achieve this?

    #1376944
    Thai
    Moderator

    Hi There,

    Could you please provide us with your website URL so we can take a closer look?

    Thanks.

    #1377930
    auldreekie
    Participant
    This reply has been marked as private.
    #1377962
    Thai
    Moderator

    Hi There,

    Please add the following CSS under Customizer > Custom > Global CSS:

    @media (max-width: 979px){
        ul.sfm-child-menu.sfm-menu-level-1 {
            display: block !important;
        }
    
        ins.sfm-sm-indicator {
            display: none !important;
        }
    }

    Hope it helps 🙂

    #1378499
    auldreekie
    Participant

    Worked a treat, thanks!

    #1378540
    Joao
    Moderator

    Glad to hear it,

    Cheers

  • <script> jQuery(function($){ $("#no-reply-1376911 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>