[Resolved] Thumbnail view of the product leaves a blank

Home Forums Support [Resolved] Thumbnail view of the product leaves a blank

Home Forums Support Thumbnail view of the product leaves a blank

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #935334
    José

    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

    #935583
    David
    Staff
    Customer Support

    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.

    #935909
    José

    Hey David, thanks for your attention.
    I leave the url so you can take a closer look.

    username
    1vendedor@cechile.com
    password
    123

    #936086
    David
    Staff
    Customer Support

    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;
    }
    #936853
    José

    Hi David, it works perfect …

    Thanks for your help

    #936990
    David
    Staff
    Customer Support

    Glad to be of help

Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.