Hello..
The gallery doesn’t looks good on the product page.
How can I fix it?
This topic has 4 replies, 2 voices, and was last updated 3 months, 2 weeks ago ago by Alex Carter
Hello..
The gallery doesn’t looks good on the product page.
How can I fix it?
Hello,
Thank you for reaching out to us.
Could you please provide a link to the product shown in your screenshot?
Warm Regards,
The 8Theme Team
Hello,
Please add this code in Theme Options > Theme Custom CSS > Global:
@media only screen and (min-width: 650px) {
.single-product .swiper-vertical-images .vertical-thumbnails-wrapper ul {
overflow: hidden;
padding-top: 0;
}
.single-product .swiper-vertical-images .vertical-thumbnails-wrapper li {
display: inline-block;
height: auto;
}
}
Warm Regards,
The 8Theme Team
You must be logged in to reply to this topic.Log in/Sign up