Reply 318574 to: Set Product gallery on two different layout for Desktop and Mobile

Avatar: Rose Tyler
Rose Tyler
Support staff
February 28, 2022 at 08:22

Arrows can be visible there, add the next code in Theme Options > Theme custom CSS > Global:

@media screen and (max-width: 768px) {
    .single-product .swipers-couple-wrapper.swiper-entry .swiper-control-bottom .swiper-custom-right,
    .single-product .swipers-couple-wrapper.swiper-entry .swiper-control-bottom .swiper-custom-left {
        display: block !important;
    } 
}

Regards

Go To The Whole Conversation In Topic
We're using our own and third-party cookies to improve your experience and our website. Keep on browsing to accept our cookie policy.