Search for: Log In Free Support [Resolved] Menu breakpoint Home › Forums › Support › Menu breakpoint This topic has 3 replies, 2 voices, and was last updated 4 years, 2 months ago by Tom. Viewing 4 posts - 1 through 4 (of 4 total) Author Posts December 17, 2016 at 2:53 pm #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 December 18, 2016 at 12:06 am #255834 TomLead 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 π Documentation: http://docs.generatepress.com/ Adding CSS: http://docs.generatepress.com/article/adding-css/ Ongoing Development: https://generatepress.com/ongoing-development December 18, 2016 at 5:44 am #255870 Tim Menu works great now, thanks! December 18, 2016 at 10:58 am #255934 TomLead Developer Lead Developer You’re welcome! π Documentation: http://docs.generatepress.com/ Adding CSS: http://docs.generatepress.com/article/adding-css/ Ongoing Development: https://generatepress.com/ongoing-development Author Posts Viewing 4 posts - 1 through 4 (of 4 total) You must be logged in to reply to this topic. Log In Username: Password: Keep me signed in Log In