@media (max-width: 979px){ .x-navbar-fixed-top{ position: fixed; } body.x-navbar-fixed-top-active .x-navbar-wrap { height: 90px; } }
The above will implement a fixed navigation on mobile devices.