.sidebar-nav { padding: 9px 0; } .sidebar-nav-fixed { position:fixed; /* Only used with top, static navbar top:60px; */ top:20px; width:21.97%; } @media (max-width: 767px) { .sidebar-nav-fixed { width:auto; } } @media (max-width: 979px) { .sidebar-nav-fixed { position:static; width: auto; } }