Navigation
This is archived content. Visit our new forum.
  • Author
    Posts
  • #782374

    Jade
    Moderator

    Hi there,

    Please try this code:

    .x-nav-wrap.mobile {
        width: 100%;
    }
    
    .x-nav-wrap.mobile.collapse.in {
        display: block;
        position: absolute;
        width: 112%;
        left: -6%;
        top: 67px;
    }
    
    .x-navbar-inner .x-container.max.width {
        position: relative;
    }
    
    .x-navbar .mobile .x-nav {
        width: 90%;
        margin: 0 auto;
    }

    Hope this helps.