Hi @StarNetwork
Until WooCommerce provides the ability for the thumbnails to also be in carousel setup, we can only style what they give us.
Please add this CSS to improve the spacing on the thumbnails:
.woocommerce div.product div.images .flex-control-nav {
margin: 20px 0 0;
}
.woocommerce div.product div.images .flex-control-thumbs li {
margin-bottom: 20px;
}
Thanks,
– Ed