Go to the Online Store > Customize >
Then You can set logo in header section as left
And below css
@media (max-width: 768px) {
.header__heading, .header__heading-link {
text-align: center !important;
justify-self: start !important;
margin-left: -30px !important;
}
}