To move button to left of Header

You can use this code to Website Tools > Custom CSS
div.header-display-desktop a.btn {
position: absolute;
left: 0;
}

Result

To move button to left of Header

You can use this code to Website Tools > Custom CSS
div.header-display-desktop a.btn {
position: absolute;
left: 0;
}

Result
