Shopify themes, liquid, logos, and UX
Im trying to make the Lorenza logo larger than what is allowed can anybody give me an idea as to what i should do
Preview link: https://sujymxv45co32wmk-4339695709.shopifypreview.com
Solved! Go to the solution
This is an accepted solution.
sorry for that issue can you try this code.
1. Go to Online Store->Theme->Edit code
2. Asset->/stylescss.scss.liquid->paste below code at the bottom of the file.
@media screen and (min-width: 851px) {
.header-grid {
height: 100px !important;
line-height: 100px !important;
}
header .logo img {
max-height: 110px !important;
}
}
This is an accepted solution.
sorry for that issue can you try this code.
1. Go to Online Store->Theme->Edit code
2. Asset->/stylescss.scss.liquid->paste below code at the bottom of the file.
@media screen and (min-width: 851px) {
.header-grid {
height: 100px !important;
line-height: 100px !important;
}
header .logo img {
max-height: 110px !important;
}
}
Thank you very much Ketan, you teach me more and more everyday.
its my pleasure to help us
User | RANK |
---|---|
154 | |
139 | |
79 | |
71 | |
62 |
Explore the 30-30-30 rule, a dynamic social media strategy for new businesses. Learn how t...
By Trevor Sep 20, 2023Discover how to leverage the often overlooked footer of your ecommerce site to gain custom...
By Skye Sep 15, 2023In this blog, we’ll be shining a light on Shopify Partners, Experts, and Affiliates. Who a...
By Imogen Sep 13, 2023