How to Center Header Logo in Debut

Solved
asafiran123
New Member
3 1 1

Hello, I am having trouble centering the logo on my store. I have "centered" selected in the admin. panel but that does not seem to center the position of it above my menu. Any CSS help is appreciated, How do I get my logo centered above my menu? It is the Debut theme, here is my store site for reference: Dream Driven Apparel 

Accepted Solution (1)
asafiran123
New Member
3 1 1

This is an accepted solution.

Perfect placement and sizing thank you, brother!

View solution in original post

Replies 3 (3)
KetanKumar
Shopify Partner
36588 3628 11811

@asafiran123 

sorry for this issue but your add wrong code please try this code

1. Go to Online Store->Theme->Edit code
2. Asset->/theme.scss.liquid->paste below code at the bottom of the file.

.site-header__logo-image img {
    width: 100% !important;
    max-width: 100% !important;
}

 

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
Kinjaldavra
Shopify Partner
2302 569 1414

hello @asafiran123 

please Go to Online Store->Theme->Edit code then go to assets/theme.css ->paste below code at the bottom of the file.

.template-index  .site-header .site-header__logo-image img {
    width: 100%;
    max-width: 100% !important;
}

.template-index  .site-header .site-header__logo-image {
    max-width: 100% !important;
}

 

 

asafiran123
New Member
3 1 1

This is an accepted solution.

Perfect placement and sizing thank you, brother!