[Resolved] Hamburger Menu Link with off canvas

Home Forums Support [Resolved] Hamburger Menu Link with off canvas

Home Forums Support Hamburger Menu Link with off canvas

  • This topic has 3 replies, 2 voices, and was last updated 5 years ago by Leo.
Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #866423
    Danny

    Please provide some CSS to customize the spacing of the menu links on mobile. I am using off the canvas. To clarify, when I edit the menu through the editor, the spacing is too great on mobile.

    #866533
    Leo
    Staff
    Customer Support

    Hi there,

    Give this CSS a shot:

    @media (max-width: 768px) {
        .main-navigation.slideout-navigation .main-nav > ul > li > a {
            line-height: 40px;
        }
    }

    Let me know ๐Ÿ™‚

    #866545
    Danny

    works great, thanks sir!

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