Scroll on Product Pages Dawn Theme

Hello,

On my computer product section, the information section on the right of the images is larger than the images. When I scroll down, I’d like the right side to scroll all the way down, keeping the image on the left, but I don’t know how to do it.

Does anyone know how to do this please?

Here is my website: https://pqd9ge-cs.myshopify.com/products/brightening-eye-cream

Try adding this code to the Custom CSS of the product page section:

.desktop-gallery {
  position: sticky;
  top: 0;
}

It’s perfect thanks