Hello everyone,
(took the pic here : https://community.shopify.com/c/Shopify-Design/Fixed-Sticky-Product-Imaged-on-Page-scroll-VENTURE-th...)
I need to do this to my product page (shown on image)
Can someone help me with that ?
Thanks a lot for your help.
Solved! Go to the solution
Please provide website url and if your store is password protected then also provide password
This is an accepted solution.
Please place this code at the end of theme.scss
@media only screen and (min-width: 768px) {
.product_section .product__images {
position: -webkit-sticky;
position: sticky;
top: 13%;
}
}
This is an accepted solution.
@media only screen and (min-width: 768px) {
.product_section .product__images {
position: -webkit-sticky;
position: sticky;
top: 17%; /* change this to set position */
}
}
Thank you for update.
User | Count |
---|---|
432 | |
194 | |
101 | |
93 | |
90 |