Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1038647
    Matthieu
    Participant

    Hello there,
    I’d like to set the width from which my navbar will turn into the mobile version.
    I join pictures where I qualify situations that are :
    – good : “laptop” + “mobile” (obviously),
    – bad : “wrong” (in that situation, the web browser is not large enough to properly show my menu whereas it is too large to be considered mobile…)
    Hope you can help !

    #1038648
    Matthieu
    Participant
    This reply has been marked as private.
    #1039057
    Christopher
    Moderator

    Hi there,

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

    @media (max-width: 1254px){
    .masthead-inline .x-btn-navbar {
        display: block;
        float: right;
    }
    .x-nav-wrap.mobile {
        display: block;
    }
    .x-nav-wrap.mobile.collapse {
        display: none;
    }
    .x-nav-wrap.desktop {
        display: none;
    }
    }

    Hope that helps.

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