Hello,
Thank you for reaching out to us.
Please add the following custom CSS to the Single Product editor:
– Navigate to the Product Gallery widget.
– Click on the “Advanced” tab.
– Scroll down to the “Custom CSS” section and insert the following code snippet:
@media only screen and (min-width: 650px) {
selector .swiper-vertical-images .vertical-thumbnails-wrapper ul {
overflow: hidden;
padding-top: 0;
}
selector .swiper-vertical-images .vertical-thumbnails-wrapper li {
display: inline-block;
height: auto;
}
}
This should resolve the issue related to the slider overlay.
Kind Regards,
8theme team