Archived topic
Menu breakpoint
3 replies · Started by Tim on December 17, 2016
Viewing posts 1–4 of 4
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
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 :)
Menu works great now, thanks!
You're welcome! :)
This archived topic is closed to new replies.