Archived topic
gallery of thumbnails
2 replies · Started by Escobar on September 16, 2020
Is there some way that the gallery of thumbnails below the main image does not occupy a different line every 4 images but that a horizontal line is ordered along the width of the main image, and when they occupy the entire width of that row only then use another line below?
![]()
The site is: https://www.mivestuariolaboral.com/
Thanks in advance
Sorry, David already answered and it works perfectly.
.woocommerce div.product div.images .flex-control-thumbs {
display: flex;
flex-wrap: wrap;
}
Thanks and sorry.
No problems :)