Shopify Product Page (Change The Stacked Images on Left Side To A Slider at the bottom?)

Hi @snnggest ,

Please go to Actions > Edit code > Assets > base.css file and paste this at the bottom of the file:

@media screen and (min-width: 750px) {
    .product__media-wrapper .slider-mobile-gutter .slider-button {
        display: flex !important;
    }
}