Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1204988
    gentlemd
    Participant

    Hi there,
    I apologize because this topic might be answered in the past, but nothing helped for me. On this site http://kalman.goodtimespost.de/ we do have the prob that the Navigation is far too long to be displayed properly on tablets. So we would display the Smartphone Navi even on tablets. Can you please advice?! Thanks in advance,
    Daniel

    #1205123
    Joao
    Moderator

    Hi Daniel,

    Please add the following code and adjust the width you want the mobile navigation to appear according to your wishes.

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

    Hope it helps

    Joao

    #1207668
    gentlemd
    Participant

    Great … thank so much!

    #1207785
    Friech
    Moderator

    We’re delighted to assist you with this.

    Cheers!

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