Vertical gallery in product
-
Good afternoon, I am trying a vertical gallery in each of my products. Something similar to this: View example
I have used the following code and I have succeeded:
.woocommerce-product-gallery { display: flex; } .woocommerce-product-gallery .flex-control-thumbs { order: -10; } .woocommerce div.product div.images .flex-control-thumbs li { width: 100%; padding-top: 0; padding-bottom: 5px; }
But the thumbails are too small. Could you tell me how to adjust with a little css, so that it looks similar to the example?
Thanks- This topic was modified 3 years ago by .
- This topic was modified 3 years ago by .
- This topic was modified 3 years ago by .
The page I need help with: [log in to see the link]
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
- The topic ‘Vertical gallery in product’ is closed to new replies.