Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1414808

    Thai
    Moderator

    Hi There,

    Please try adding the following CSS:

    .x-btn-navbar {
    width: 100%;
    float: left;
    }

    Hope it helps!

    #1415563

    Scott M
    Spectator

    cool looks good! What about making it completely full width though? There are still some borders on mobile.

    you can see at http://www.SelbisScars.com

    Thanks!

    #1416162

    Paul R
    Moderator

    Hi Scott,

    It is contained in your header container.

    To make it full width completely, you can add this under Custom > Edit Global CSS in the Customizer.

    
    @media (max-width: 979px) {
    .x-navbar .x-navbar-inner > .x-container.width {
        width: 100%;
    }
    
    .x-btn-navbar.collapsed {
       box-shadow:none;
    }
    }
    

    Hope that helps.