Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1342731
    abel.bongot
    Participant

    Hi I just want to know how to display the hamburger menu in mobile size as fixed.
    on a desktop view the nav bar is displayed as fixed but when it comes to mobile size(now a hamburger menu) the menu is being left after I scroll down.

    #1342828
    Thai
    Moderator

    Hi There,

    Please try adding the following CSS under Customizer > Custom > Global CSS:

    @media (max-width: 979px){
        .x-navbar.x-navbar-fixed-top {
            position: fixed;
        }
    }

    Hope it helps 🙂

    #1342917
    abel.bongot
    Participant

    thanks! it fix!

    #1343030
    Paul R
    Moderator

    You’re welcome! 🙂

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