New Landing How can we help? Themeforest Theme Support Neighborhood Sub Menu pages on Mobile Reply To: Sub Menu pages on Mobile

#25879
markfordham
Member
Post count: 57

Hey Joost, Try adding this:

@media screen and (max-width: 767px) {
#main-nav ul li > ul {
	display: none;
}
}

Cheers

Mark