Place Mobile Toggle Menu Under Logo
@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;
}
Learn how to add custom CSS to your site.