how to center thumbnail images on product page?

id like to keep the thumbnail images within the contraints of the image. is this possible?

Hi, @Andia .

Not Show the thumbnail images in website.

Please send me link screen shot.

https://448381.myshopify.com/products/copy-of-alma-bikini-bralette-white?variant=45549482901818

@Andia

Please add the following code to your assets/base.css bottom of the file.

@media screen and (min-width: 750px){
.thumbnail-slider .thumbnail-list.slider--tablet-up {
    margin: 0 auto;
    justify-content: center;
}
}