[Resolved] Mobile menu

Home Forums Support [Resolved] Mobile menu

Home Forums Support Mobile menu

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1199952
    metal

    How can I resize the menu items on mobile only? When you adjust the height of the mobile header, it adjusts the height of both the header and the dropdown mobile menu. I only want to make the dropdown mobile menu items less tall.

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

    #1199966
    metal

    Works perfectly, thank you!

    #1199968
    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.