Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #913717
    adamcollins
    Participant

    Hey there, quick question. I need to tweak my site so that the collapsed navbar is completely hidden from mobile viewers. I’ve searched the forum and found many threads, including this one:

    https://community.theme.co/forums/topic/remove-mobile-menu-3/

    Nothing I’ve inserted into the custom CSS has worked. My website is http://www.mvmtcapital.com.

    Thanks in advance!

    #913971
    Rue Nel
    Moderator

    Hello There,

    Thanks for writing in! The code is not applicable in your site. If you want to remove the navbar on smaller screens, please add the following css code in the customizer, Appearance > Customize > Custom > CSS

    @media(max-width: 979px){
      .x-navbar-inner {
        min-height: 0;
        display: none;
      }
    }

    Hope this helps.

    #1042337
    adamcollins
    Participant

    Awesome! That worked. Thanks a ton, the X support community has never failed me

    #1042659
    Nico
    Moderator

    Happy to hear that.

    Feel free to ask us again.

    Thanks.

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