Hi,
I was wondering if anyone knows how to make my product image/3D model stay still on the product page in testament?
I’d like to make the product image/3D model sticky just under the header and not move while the customer scrolls. Could anyone help please?
Hi @Lisagraphics
Thank you for your question.
Please share your store URL, page URL and also password (if your store has one) so we can help you.
Hi,
Thank you for you help. My website is wardrobesbydesign.au and the password is hi
The shopify version is wardrobes-by-design.myshopify.com if this better 
The page is this one in particular https://wardrobesbydesign.au/products/wardrobe
Thank you,
Lisa
Hi @Lisagraphics
You can try follow this path:
Themes => edit code => asset => stylesheet.css
and add this code to bottom of the file stylesheet.css
.product__section-images {
position: sticky;
top: 0;
}
1 Like
Hi oh my goodness this was perfect! Thank youuuuuu!!!