Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1403904
    Amanda P
    Participant

    Hi x-team.

    On this website: robustreds.ca

    The mobile menu is broken only on landscape for tablets and small desktop screens. It works on Tablet Portrait view and mobile phone.

    Can you help?

    #1403945
    Rupok
    Member

    Hi there,

    Looks like you are using some custom CSS within media query that’s breaking the menu for certain screens. Maybe you want to show mobile menu for larger screen or something but hte code is not complete. Kindly remove them to get expected result.

    Thanks!

    #1403962
    Amanda P
    Participant

    Yes, I want the mobile menu to appear sooner as the default styling does not show the mobile menu on tablet. If you see now, I have removed the code as you suggested and now on tablet the mobile menu is not visible. The menu and logo now stack and it looks horrible.

    How can I have the mobile menu appear at 1258px or less? Thanks

    #1404290
    Rue Nel
    Moderator

    Hello There,

    Thanks for updating in! To trigger the mobile menu to appear at around 1258px, please add the following css code in the customizer, Appearance > Customize > Custom > Edit Global CSS

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

    Please let us know if this works out for you.

    #1404311
    Amanda P
    Participant

    Worked well, thank you!

    #1404415
    Paul R
    Moderator

    You’re welcome! 🙂

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