How to move button to left of Header

To move button to left of Header
image

You can use this code to Website Tools > Custom CSS

div.header-display-desktop a.btn {
    position: absolute;
    left: 0;
}

Result
image