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...
Starting a B2B store is a big undertaking that requires careful planning and execution. W...
By JasonH Sep 23, 2024By investing 30 minutes of your time, you can unlock the potential for increased sales,...
By Jacqui Sep 11, 2024We appreciate the diverse ways you participate in and engage with the Shopify Communi...
By JasonH Sep 9, 2024