Hi Josh, for clarification am I going to change the this code
@media screen and (max-width:1511px){ #header .header-menu-nav-item:nth-child(1){ display:none }
To this code?
@media (max-width:1024px) {
#header .header-menu-nav-folder:not([data-folder="root"]) .header-menu-nav-item {
display: block;
}
}