Hello ttm,
The theme doesn’t have header layout as similar as you’ve inquired about. However you can customize it as follows;
Please add the following css inside the additional css section of your customizer;
#pref-logo img{
float: left;
}
#pref-logo {
text-align: left;
}
Thanks!