Archived topic
Stop secondary menu from collapsing
3 replies · Started by Kelly on October 31, 2022
Hello there, I have a secondary menu, above the website in a bar.
There are three links in there.
I don't want it to collapse on mobile. It just needs to have it's three labels there.
How would I do this, please?
Thanks
Hi there,
this doc explains how:
https://docs.generatepress.com/article/disable-secondary-navigation-mobile-menu/
Sorry, I found that after I posted this. I had searched and obviously was not putting the correct term in.
The menu was not centralised on mobile, so I added:
.secondary-navigation {
text-align: center !important;
padding-right: 10% !important;
}
No apologies necessary - glad you found it!
Does that CSS work for you ?