[Resolved] Menu breakpoint

Home Forums Support [Resolved] Menu breakpoint

Home Forums Support Menu breakpoint

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #255776
    Tim

    I am using this to set a custom breakpoint for mobile menu
    https://gist.github.com/generatepress/c23aef2d05807c39bb32

    but the hamburger is not aligned with the site menu logo, tried to get this with firebug but no luck
    http://aaa.greaterthanthesum.com/

    Thanks

    #255834
    Tom
    Lead Developer
    Lead Developer

    Hi Tim,

    Try adding this to your CSS:

    @media (max-width: 880px) {
        .menu-logo #site-navigation .menu-toggle {
            width: auto;
            float: right;
        }
    }

    880px being your custom breakpoint.

    Let me know ๐Ÿ™‚

    #255870
    Tim

    Menu works great now, thanks!

    #255934
    Tom
    Lead Developer
    Lead Developer

    You’re welcome! ๐Ÿ™‚

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