Venue Theme Logo Cant Be Set To Left

Salih1
Tourist
6 0 4

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

 

Best,

Replies 7 (7)

KetanKumar
Shopify Partner
36839 3635 11972

@Salih1 

store url

If helpful then please Like and Accept Solution.
Want to modify or custom changes on store Hire me.
- Feel free to contact me on bamaniyaketan.sky@gmail.com regarding any help
Shopify Partner | Skype : bamaniya.sky
PSD to Shopify | Shopify Design Changes | Shopify Custom Theme Development and Desing | Custom Modifications In to Shopify Theme | SEO & Digital Marketing

Zworthkey
Shopify Partner
5581 642 1565

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

Salih1
Tourist
6 0 4

ayvega@myshopify.com

Zworthkey
Shopify Partner
5581 642 1565

@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;
}
}



Salih1
Tourist
6 0 4

Thank you mate it worked! Have a nice day

Zworthkey
Shopify Partner
5581 642 1565

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

Salih1
Tourist
6 0 4

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?