Archived topic
Woocommerce product gallery thumbnails
4 replies · Started by Jose Antonio on November 14, 2019
Hi, how are you?
I want to display the woocommerce product gallery thumbnails in vertical on the left of product image like in this website: https://www.glowrias.com/inicio/588-2800-cardigan-punto-trenzado.html#/37-color-negro/62-talla-l_xl
I have managed to display the images vertically, but I am not able to get them displayed on the left of the product image. Can you help me?
You can see my page in this URL: https://fabulasdemeri.com/producto/jersey-basico/
Regards!
Hi there,
Can you give this a shot?
https://generatepress.com/forums/topic/woocommerce-product-gallery-vertical/
Hi Leo,
Yes, of course. Thank you. I have included code of that thread, but thumbnails displays under the producto image (https://fabulasdemeri.com/producto/jersey-basico/)
Regards
Ok! I have found the solution with this code:
ol.flex-control-nav.flex-control-thumbs {
left: -80px !important;
position: absolute;
}
Thanks for all!
Regards.
Glad you've figured out :)