Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1059157
    miket855
    Participant

    Hi,

    Is it possible to display burger menu on any width and not only on tablet and mobile?

    #1059159
    Christopher
    Moderator

    Hi there,

    Please add following code in Customize -> Custom -> CSS :

    @media (min-width: 979px){
    .masthead-stacked .x-btn-navbar {
        display: inline-block;
    }
    .x-nav-wrap.desktop {
        display: none;
    }
    .x-nav-wrap.mobile.collapse {
        display: none;
    }
    .x-nav-wrap.mobile {
        display: block;
    }
    .x-nav-wrap.mobile.collapse.in {
        display: block;
    }
    }
    

    Hope that helps.

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