Home Forums Basel support forum Single Product page – Show all thumbnails

Single Product page – Show all thumbnails

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #21652

    sigiart
    Participant

    Hi,

    Is there any possibility to show all thumbnails at once?
    So you dont have to use the nav arrows to cycle through images.

    #21654

    Artem Temos
    Keymaster

    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

    #21657

    sigiart
    Participant

    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/

    #21658

    Artem Temos
    Keymaster

    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;
    }
    #21659

    sigiart
    Participant

    It works:)

    thank you!

    (I just gave a 5-star rating on themeforest for quick solution)

    #21671

    Artem Temos
    Keymaster

    Thank you very much for the review! 🙂

    Kind Regards

Viewing 6 posts - 1 through 6 (of 6 total)

The topic ‘Single Product page – Show all thumbnails’ is closed to new replies.