Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1304898
    Hercules P.
    Participant

    Hey there,

    I want the hamburger menu that is displayed by default on small screens to be displayed in bigger ones.

    Can you please give me the relevant CSS template? I will add the max-width values of the media queries myself.

    Thank you!

    #1304899
    Hercules P.
    Participant
    This reply has been marked as private.
    #1304907
    Joao
    Moderator

    Hi Hercules,

    Please add the following code to Appereance | Customizer | Custom | CSS

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

    Change 1200px for the desired size

    Hope it helps

    Joao

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