Archived topic
Disabling the mobile menu for primary navigation
3 replies · Started by Knut on April 3, 2018
Hi
I have been searching in this forum and found php and css code for disabling the menu of the secondary navigation to turn in to the special mobile burger. But I was not able to find out how to disable the primary navigation to change when mobile is used. Could you help with some tips here?
Brgds.
Knut
Ho Leo
Thank you very much for yor fast answer. And I could use it, it works on my site now. So thanks a lot.
One last think: would it be possible to center align the mobile menu? I have tryied a few different things but with no succes. Ans also the line spacing of the mobile menu?
Thanks.
Brgds.
Knut
Try this:
@media (max-width: 768px) {
.main-navigation li {
float: none;
}
.main-navigation .main-nav ul li a {
text-align: center;
}
}
Adding CSS: https://docs.generatepress.com/article/adding-css/