Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1348807
    Steve L
    Participant

    What happened to our mobile menu? It is no longer visible in mobile view.

    John Moore Services in Houston

    #1348809
    Steve L
    Participant

    This all began when our menu suddenly started floating left. Theme.co Support said to add this CSS:

    /* ===[ Fix When Menu Floated to Left ]=== */
    ul#menu-main-menu {
    float: right;
    }

    Now, the mobile menu is gone. Please be very specific as to what caused all of this to happen and how to fix it.

    #1348811
    Thai
    Moderator

    Hi There,

    To fix this issue, please add the following CSS:

    @media (max-width: 979px){
        .x-btn-navbar.collapsed,
        .x-btn-navbar {
            color: #000 !important;
            display: block;
            float: right;
        }
    }

    Hope it helps 🙂

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