/* Display Header Aside On Mobile Devices */
@media only screen and (max-width: 959px) {
body #header-aside {
display: block !important;
float: none;
text-align: left;
margin-top: 20px;
}
body #header-two-search {
float: none;
}
}
Snippets: Display Header Aside On Mobile Devices
All CSS snippets should be added via a child theme's style.css file or using the built-in Custom CSS panel.