Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1352893
    Eric M
    Participant

    what is the css needed to change the menu showing on tablets to the hamburger menu?

    #1352894
    Eric M
    Participant
    This reply has been marked as private.
    #1353203
    Prasant Rai
    Moderator

    Hello Eric,

    Thanks for writing in!

    You can add this under Custom > CSS in the Customizer:

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

    Thanks.

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