Currently, I am attempting to update the image positioning on this page for the T500 Smart Watch:
I want it to look similar to how it appears here:
Here is the CSS code I have experimented with:
.storefront-full-width-content.single-product div.product .woocommerce-product-gallery {
width: 42.130435%;
margin-right: 1.347826%;
padding-left: 20px;
position: sticky;
top: 15px;
}