Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1401692
    CaroLin
    Participant

    Hello guys.

    The old problem again. I already read all the other topics and copy the codes and test it. But it doesn’t work. 🙁
    My menu doesn’t jump to a smaller number for the right time. Can you help me with this problem?

    Regards,
    Caro

    #1401693
    CaroLin
    Participant
    This reply has been marked as private.
    #1401772
    Paul R
    Moderator

    Hi,

    You can add this under Custom > Edit Global CSS in the Customizer.

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

    Hope that helps.

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