Hi, I think the following might be what you’re looking for. Add to Appearance->Customize->Additional CSS
@media screen and (max-width: 568px) {
.site-header > .col-full {
background-color: #90ff80;
display: block;
height: 94px;
margin: auto;
}
.woocommerce-active .site-branding {
float: initial !important;
margin: auto;
text-align: center;
}
.site-header .site-branding .custom-logo-link {
margin: auto;
width: fit-content;
}
.site-header .storefront-primary-navigation {
display: block;
padding-top: 5px;
}
.site-header .storefront-primary-navigation .main-navigation {
text-align: center;
}
.site-header .storefront-primary-navigation .main-navigation .menu-toggle {
float: initial;
}
}
Hi there,
We haven’t heard back from you in a while, so I’m going to mark this as resolved – if you have any further questions, you can start a new thread.