Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #983451
    zionchild
    Participant

    Hello, I’m using a sticky menu on the mobile version of my website and it works, however it’s not showing me all the submenu items under my services tab. I have 9 sub items under my services tab and it’s only showing seven and it doesn’t allow me to scoll the menu down to see the rest of the items. When I disable the sticky menu it works find but I need to have the sticky menu showing up. Is there a fix for this? The website is http://www.teachmeonlinemarketing.com/asas . Thanks in advance.

    The code I used is
    .x-navbar-fixed-top {position: fixed;
    z-index: 1030;}

    #983636
    Paul R
    Moderator

    Hi,

    To allow scroll to your navbar, you can add this under Custom > CSS in the Customizer.

    
    @media (max-width: 979px) {
    body .x-navbar.x-navbar-fixed-top {
        max-height: 463px;
        overflow-y: scroll;
    }
    }
    

    Hope that helps

    #985193
    zionchild
    Participant

    That worked great! Thanks.

    #985260
    Nico
    Moderator

    Happy to hear that.

    Feel free to ask us again.

    Thanks. 🙂

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