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 🙂
2m ago Learn the essential skills to navigate the Shopify admin with confidence. T...
By Shopify Feb 12, 2025Learn how to expand your operations internationally with Shopify Academy’s learning path...
By Shopify Feb 4, 2025Hey Community, happy February! Looking back to January, we kicked off the year with 8....
By JasonH Feb 3, 2025