@Questions1 , do this to fix it in 20 seconds:
- In your Shopify Admin go to: online store > themes > actions > edit code
- Find Asset > base.css and paste this at the bottom of the file:
@media (min-width: 990px){
.header{
display: flex !important;
justify-content: space-between !important;
}
}
Kind regards,
Diego
