Digital experiences for all disciplines
New Landing › How can we help? › Themeforest Theme Support › Neighborhood › Sub Menu pages on Mobile › Reply To: Sub Menu pages on Mobile
October 9, 2013 at 8:23 am
#25879
Hey Joost, Try adding this:
@media screen and (max-width: 767px) {
#main-nav ul li > ul {
display: none;
}
}
Cheers
Mark