Single Product page – Show all thumbnails
-
Hi,
Is there any possibility to show all thumbnails at once?
So you dont have to use the nav arrows to cycle through images.
Hello,
We are glad to know that you considered using Basel for your web-site. I hope you will be happy with it.
By default, there is no such option in our theme. But it should be possible with a custom CSS code. Could you please share your product page link so we can check is it possible to do this for you?
Kind Regards
Xtemos
Hi,
tnx for quick response:) I like the basel template very much:)
Here is the product page: https://www.simracingbay.com/product/simucube-based-osw-kit-with-cm110-case/
Try to add the following code snippet to the Custom CSS area in Theme Settings
.thumbnails .owl-stage {
max-width: 100%!important;
transform: translate3d(0px, 0px, 0px)!important;
-webkit-transform: translate3d(0px, 0px, 0px)!important;
-moz-transform: translate3d(0px, 0px, 0px)!important;
}
.thumbnails .owl-nav {
display: none!important;
}
It works:)
thank you!
(I just gave a 5-star rating on themeforest for quick solution)
Thank you very much for the review! 🙂
Kind Regards
The topic ‘Single Product page – Show all thumbnails’ is closed to new replies.