[Resolved] Mobile Menu Menu Height

Home Forums Support [Resolved] Mobile Menu Menu Height

Home Forums Support Mobile Menu Menu Height

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1307077
    Ian

    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?

    #1307229
    Leo
    Staff
    Customer Support

    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 ๐Ÿ™‚

    #1307325
    Ian

    Once again Leo, you have done it. All fixed, thx!

    #1307782
    Leo
    Staff
    Customer Support

    No problem ๐Ÿ™‚

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.