@media only screen and (max-width: 959px) {
#site-header #site-logo {
float: none;
display: block;
}
}
#mobile-menu {
position: inherit;
top: auto;
right: auto;
margin: 0;
float: left;
}
Snippets: Place Mobile Toggle Menu Under Logo
All CSS snippets should be added via a child theme's style.css file or using the built-in Custom CSS panel.