How can I shift my Venue Theme logo to the left?

I could not find how to replace my logo from center to left on Venue Theme. Is it a way?

Best,

@Salih1

store url

Hii, @Salih1
Kindly share your store URL so,
I can solve it perfectly.
Thank You.

ayvega@myshopify.com

@Salih1
Paste this code on top of the theme.scss file.

@media only screen and (min-width: 992px) {
h1.header__logo-wrapper.js-main-logo {
    margin-left: -1040px !important;
    position: relative !important;
    top: 40px !important;
}
.header__logo.u-flex.u-flex--middle.u-flex--center {
    margin-top: -38px !important;
}
}

Thank you mate it worked! Have a nice day

@Salih1
If it is helpful then like and accept my solution.

But there is an issue about it. It worked on home page. However it doesnt work on collection pages and product pages. Can you check it?