Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1306272
    MB
    Participant

    Hi,

    We have a hamburger menu activate at max-width: 1200px but it is not opening until width is 768px.

    Please advise.

    Thanks, MB

    Vancouver Island Hiking Guide

    #1306679
    Lely
    Moderator

    Hi MB,

    Thanks for posting in. We need to also add the following CSS inside your media query:

    .x-nav-wrap.mobile.collapse.in {
        display: block;
    }

    Like this:

    @media (max-width:1200px){
      .x-btn-navbar{
         display:inline-block;
         float:right;
      }
      .x-nav-wrap.desktop{
      display:none;
      }
      .x-nav-wrap.mobile.collapse.in { /*I have added this part inside the media query*/
        display: block;
      }
    }

    Hope this helps.

    #1306691
    MB
    Participant

    [RESOLVED] Thanks Themeco! 😀

    #1306725
    Friech
    Moderator

    We’re delighted to assist you with this.

    Cheers!

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