Snippet: Move Mobile Menu Under Logo
body #site-header #site-logo { float: none; }
body #mobile-menu { position: relative; right: auto; left: auto; top: auto; margin: 20px 0 0; }
Learn how to add custom CSS to your site.
body #site-header #site-logo { float: none; }
body #mobile-menu { position: relative; right: auto; left: auto; top: auto; margin: 20px 0 0; }