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 |
---|---|
181 | |
150 | |
69 | |
46 | |
34 |
Thanks to all Community members that participated in our inaugural 2 week AMA on the new E...
By Jacqui Mar 10, 2023Upskill and stand out with the new Shopify Foundations Certification program
By SarahF_Shopify Mar 6, 2023One of the key components to running a successful online business is having clear and co...
By Ollie Mar 6, 2023