ul:first-of-type { display: block !important; } nav>ul:nth-of-type(2) { display: none !important; } @media screen and (min-width: 576px) { nav>ul:first-of-type { display: none !important; } nav>ul:nth-of-type(2) { display: table !important; } } @media screen and (min-width: 1132px) { nav>ul:nth-of-type(2) { display: none !important; } } ]]> Source link