Archived topic
Mobile Primary navigation blank
1 reply · Started by shoukugp on June 10, 2021
Viewing posts 1–2 of 2
Hi,
I am facing 2 issues on my site, I have just migrated my site new generatepress theme.
1: Primary navigation is blank on the mobile devices, how to fix this issue?
2: How to disable secondary navigation from mobile only
Hi there,
1. See this article:
https://docs.generatepress.com/article/off-canvas-panel-overview/#empty-off-canvas-navigation
2. Add this CSS:
@media(max-width: 768px) {
#secondary-navigation {
display: none;
}
}
This archived topic is closed to new replies.