Shopify themes, liquid, logos, and UX
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
Solved! Go to the solution
This is an accepted solution.
Perfect placement and sizing thank you, brother!
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;
}
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;
}
This is an accepted solution.
Perfect placement and sizing thank you, brother!
User | RANK |
---|---|
64 | |
58 | |
48 | |
42 | |
42 |
Photo by Marco Verch Sales channels on Shopify are various platforms where you can sell...
By Ollie May 25, 2023Summary of EventsBeginning in January of 2023, some merchants reported seeing a large amo...
By Trevor May 15, 2023With 2-Factor Authentication being required to use Shopify Payments, we’re here to help yo...
By Imogen Apr 26, 2023