Archived topic
Thumbnail view of the product leaves a blank
5 replies · Started by José on June 19, 2019
Hi there,
I am testing the updates (I cleaned the cache) and I noticed that the thumbnails of the product in the desktop view leave a blank space. Should it look like this? Can you adjust this?
In the view of the mobile, the photos look good, they are attached correlatively ...
Regards
The attention is appreciated
Hi there,
the gallery is set to display 4 thumbs wide, in the latest update we reduced the thumbnail size to 100px as this is now the default size that Woocommerce sets them to, it stopped people having fuzzy thumbnails.
If you want to share a link with me i can take a look at providing some CSS to fix.
Hey David, thanks for your attention.
I leave the url so you can take a closer look.
username
1vendedor@cechile.com
password
123
So based on your set-up you could try this CSS:
.woocommerce div.product div.images .flex-control-thumbs {
display: flex;
flex-wrap: wrap;
margin-right: -5px;
}
.woocommerce div.product div.images .flex-control-thumbs li {
flex: 16.66%;
width: auto;
}
Hi David, it works perfect ...
Thanks for your help
Glad to be of help