Site logo

Archived topic

Menu breakpoint

3 replies · Started by Tim on December 17, 2016

Viewing posts 1–4 of 4

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.