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?