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

    Paul R
    Moderator

    Hi,

    You can add this under Custom > CSS in the Customizer.

    
    @media (max-width: 979px) {
    .x-navbar-fixed-top, .x-navbar-fixed-left, .x-navbar-fixed-right {
         position: absolute !important; 
         width:100%;
    }
    }
    

    Hope that helps.