Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1321225
    gabrieldesign.swiss
    Participant

    Hi there

    I want to remove my navigation on mobiles with this css:

    @media (max-width: 979px) {
    .x-topbar {
    display: none !important;
    }
    }

    But it did not work.. What can I do? My domain is http://perfect-life-fitness.ch/preview.

    Thanks for your help!

    #1321235
    Thai
    Moderator

    Hi There,

    Please try with this CSS instead:

    @media (max-width: 979px) {
        .x-navbar-wrap {
            display: none !important;
        }
    }

    Hope it helps 🙂

    #1321395
    gabrieldesign.swiss
    Participant

    You’re amazing, thanks a lot!

    #1321732
    Rue Nel
    Moderator

    You’re welcome!
    Thanks for letting us know that it has worked for you.

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