I can help you move your logo to the top left corner but for the search bar, I can’t help directly like that without having the backend access of your store so for the logo,
Follow these Steps:
Go to Online Store
Edit Code
Find theme.liquid file
Add the following code in the bottom of the file above </ body> tag
<style>
.header__columns {
width: 100% !important;
padding-left: 20px !important;
padding-right: 20px !important;
}
.header__row {
display: flex !important;
}
</style>