Support » Plugin: Product Video Gallery for Woocommerce » Thumbnails horizontal below product image

  • Resolved manuellaola

    (@manuellaola)


    I would like to place the thumbnails horizontally below the main product image in the mobile view and leave the thumbnails vertical on the left for desktop. When I activate the responsive function, the thumbnails are horizontal but still to the left of the main product image. How do I get the thumbnail slider under the product image in mobile view?

    Thank you!

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author NikHiL Gadhiya

    (@nikhilgadhiya)

    Hello,
    May be it is conflict with your theme CSS. So please add the following CSS and check it works or not.

    @media (max-width: 767px) {
        .images.nickx_product_images_with_video .vertical-img-left.nickx-slider-for.yes,.images.nickx_product_images_with_video .vertical-img-right.nickx-slider-for.yes {
            width: 100% !important;
            float: none !important;
            margin-left: 0 !important;
        }
    }
    Plugin Author NikHiL Gadhiya

    (@nikhilgadhiya)

    Hi there,
    We haven’t heard back from you in a while, so I’m going to mark this as resolved – if you have any further questions, you can start a new thread.

Viewing 2 replies - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.