• Hello,
    We are having an issue with our woocommerce website and can’t seem to figure out what caused the problem or how to fix it. Every variable product on our website that has the gallery slider below the main image is blown up to the same size as the main image. Before, the slider was smaller and showed (I believe) 3 images in the slider just below the main image. We disabled and removed any plug-ins that we added after the site launched and none of them fixed the issue. We can’t seem to find any settings that allow us to change the slider size. Has anyone experienced this or know of a way to fix this issue?

    Thanks!

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

Viewing 1 replies (of 1 total)
  • Hello There,

    You can make use of this code in the X > Theme Options > Global CSS

    .woocommerce-product-gallery .flex-control-nav.flex-control-thumbs img {
        height: 80px;
    }

    Feel free to adjust the height and leave the width out of it because it is set as auto. Having to set the width would get the image squeezed or distorted.

    We would loved to know if this has work for you. Thank you.

    • This reply was modified 5 years, 8 months ago by Kurumsal Web. Reason: code correction
Viewing 1 replies (of 1 total)
  • The topic ‘Product Gallery Slider Size issue’ is closed to new replies.