Archived topic
Hide Secondary Navigation on Mobile
4 replies · Started by Atmostfear on December 17, 2019
Hello there,
I am looking to completely disable the Secondary Navigation from tablet/mobile devices while keeping it on desktop.
Please advise.
Hi there,
Try this CSS:
@media (max-width: 768px) {
#secondary-navigation {
display: none;
}
}
Adding CSS: https://docs.generatepress.com/article/adding-css/
Let me know if this helps :)
Hello Leo,
Thank you, it did the trick.
Have a good day.
No problem :)
How can I turn off Secondary Menu on Mobile without relying on css.
Why?
Because on desktop Google PageSpeed Insights drops my score from 100 to 93 for a Cumulative Layout Shift (CLS) greater than 1. While the mobile version still scores 100.