Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #995139
    bakkerontwerp
    Participant

    Hello,

    Can you explain me how to change the mobile menu breakpoint on this website?

    As you can see on the attached image, the menu is appearing under the logo on smaller screens.

    I would like the menu to break at an earlier point.

    Thanks in advance!

    Regards,
    Erwin Bakker

    #995184
    Christopher
    Moderator

    Hi there,

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

    @media (max-width:1100px){
    .x-nav-wrap.desktop {
        display: none;
    }
    a.x-btn-navbar {
        display: block;
        float: right;
    }
    }

    Hope it helps.

    #995475
    bakkerontwerp
    Participant

    Perfect; thank you!

    #995531
    John Ezra
    Member

    You’re most welcome!

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