Archived topic
Secondary Navigation Need Help
1 reply · Started by sportsfan74 on May 19, 2018
Viewing posts 1–2 of 2
Hi David
Using localhost xampp and generatepress.
Using "secondary navigation" to display main menu. Everything is fine there, but do not want the "secondary navigation" to display on tablet and mobile. Can that be be done?
regards.
sportsfan74
HI, you can add this CSS:
@media (max-width:1024px) {
.secondary-navigation {
display: none;
}
}
This archived topic is closed to new replies.