Shopify themes, liquid, logos, and UX
Hello everyone, I need help with my product page. When I scroll through the page, the description is quite lengthy, which creates a lot of white space. I’ve attached a screenshot for reference. Is it possible to make the product image stay fixed (sticky) until I reach the 'You may also like' section? Thanks in advance 🙂
My store URL: myperfectwear.com
Example store : https://threadheads.com/products/christmizzle-oversized-tee Yu can see if you open text image stuck until you reach the bottom
Solved! Go to the solution
This is an accepted solution.
.product {
position: relative !important;
}
.product > product-gallery.product-gallery {
position: sticky;
top: 100px;
}
https://img001.prntscr.com/file/img001/tYaNlcjLTb6h7MQ4L9v9Qg.png
I hope this helps
Best,
Daisy
This is an accepted solution.
.product {
position: relative !important;
}
.product > product-gallery.product-gallery {
position: sticky;
top: 100px;
}
https://img001.prntscr.com/file/img001/tYaNlcjLTb6h7MQ4L9v9Qg.png
I hope this helps
Best,
Daisy
Thank you so much @DaisyVo It works 🙂
Hey Community! As we jump into 2025, we want to give a big shout-out to all of you wh...
By JasonH Jan 7, 2025Hey Community! As the holiday season unfolds, we want to extend heartfelt thanks to a...
By JasonH Dec 6, 2024Dropshipping, a high-growth, $226 billion-dollar industry, remains a highly dynamic bus...
By JasonH Nov 27, 2024