Hi mate,
The logo in this header style is center and for this reason, overlap happen
first, I suggest you change the header style:
Or Use the Following Custom CSS code to change the Header Position, Please add the custom css on Theme setting -> custom CSS :
header.type9 .logo img {
margin-left: 100px !important;
}