Shopify themes, liquid, logos, and UX
Store url:
Basically I need to do something like this
https://www.nordstrom.ca/s/benedetta-bruzziches-vitty-grande-crystal-embellished-leather-shoulder-ba... (the body section)
https://sn-consultng-test.myshopify.com/products/aged-flower and this is what I have.
Thanks!
File : section-main-product.css
@media screen and (min-width: 990px) {
.product:not(.product--no-media):not(.featured-product) .product__media-wrapper {
max-width: 64%;
width: calc(64% - 1rem / 2);
}
.product:not(.product--no-media):not(.featured-product) .product__info-wrapper {
padding-left: 4rem;
max-width: 36%;
width: calc(36% - 1rem / 2);
}
}
Replace by
@media screen and (min-width: 990px) {
.product:not(.product--no-media):not(.featured-product) .product__media-wrapper {
max-width: 54%;
width: calc(54% - 1rem / 2);
}
.product:not(.product--no-media):not(.featured-product) .product__info-wrapper {
padding-left: 4rem;
max-width: 46%;
width: calc(46% - 1rem / 2);
}
}
It didn't work.
check your new css code did not update here
Is updated, do not why it isn't showing changes...
User | RANK |
---|---|
157 | |
137 | |
74 | |
70 | |
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