Archived topic
Mobile Menu Menu Height
3 replies · Started by Ian on May 29, 2020
Inside Layout > Header, I have enabled mobile height. Have everything adjusted and need help with one last item. I have gone into Layout > Prim Nav and adjusted Menu Item height to adjust the mobile logo size (height). But this also effect the items once you click on the Mobile Menu. It's actually the Primary Nav spacing for mobile that I want to shrink without affecting the Mobile Logo size. Any ideas?
Hi there,
Try this CSS:
@media (max-width: 768px) {
.main-navigation .main-nav ul li a {
line-height: 40px;
}
}
Adding CSS: https://docs.generatepress.com/article/adding-css/
Let me know if this helps :)
Once again Leo, you have done it. All fixed, thx!
No problem :)