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 🙂
June brought summer energy to our community. Members jumped in with solutions, clicked ...
By JasonH Jun 5, 2025Learn how to build powerful custom workflows in Shopify Flow with expert guidance from ...
By Jacqui May 7, 2025Did You Know? May is named after Maia, the Roman goddess of growth and flourishing! ...
By JasonH May 2, 2025