How can I make mobile product images scroll vertically like on desktop?

@Katharina_be

Please add following css your assets/theme.css bottom of the file.

@media screen and (max-width: 767px) {
.product-medias__thumbnails {display: block !important;}
}

Thanks!

1 Like