Hi,
I really need some assistance with making product images sticky on the Rubix theme. I’ve tried a multitude of codes and I’m starting to wander if the theme just isn’t able to do this.
This is the code I’m trying (I have very limited coding experience) however the code just seems to break my website.
@include media-query($medium-up) {
.proBoxImage.col-xs-12.col-md-6.mb30 {
position: -webkit-sticky;
position: sticky;
top: 100px;
}
}
Link to a product page: https://infinitihome.co.uk/products/shoe-storage-bench-and-basket-set-halifax
I’d really appreciate any help anyone is able to give me.
Thank you.

