Archived topic
Hide mobile menus
5 replies · Started by Charles on November 28, 2021
Viewing posts 1–6 of 6
Hi,
Can you give me some code to hide my primary and secondary menus on mobile. Thanks.
Hi there,
Any chance you can link us to the site in question?
You can use the private information field:
https://docs.generatepress.com/article/using-the-premium-support-forum/#private-information
Let me know :)
See Private.
Hi Charles,
Try this CSS:
@media (max-width: 768px) {
#site-navigation, #secondary-navigation {
display: none;
}
}
ty!
No problem :)
This archived topic is closed to new replies.