How can I make the product photo section sticky on the Debut Theme?

Hello,

I use the debut theme, I’ve been trying to make the photo section sticky to scroll with the right side. I’ve done it before on other themes but I’m struggling here. It seems that the at section doesn’t have a single class but a compilation of classes I cannot seem to single out that section to make it sticky.

the css I used is this:

.class {

position: -webkit-sticky;

position: sticky;

top: 10px; }

this worked on another site but I cannot find the appropriate class to modify

can anyone help with this?

@Brian88

Please share your store URL and screenshot what do you want!

Thanks!

URL: Beddermattress.com

Objective: Make the product photo section “sticky” along side the right section as you scroll down.

Try this…and put it below your theme.css

#shopify-section-product .medium-up–one-half {

position: -webkit-sticky !important;

position: sticky !important;

top: 10px !important;

}