Please submit a private ticket if you need to share sensitive information, such as license details and admin credentials.

Okay
  Public Ticket #3513540
Thumbnail size too small
Closed

Comments

  •  1
    Tim K started the conversation

    The default thumbnail width of 40px in the list layout is uselessly tiny. Is there a way to increase the width to 100px so customers can at least see what the product looks like without having to open each individual item in a new tab?

  •  767
    Janilyn replied

    Hi Tim,

    Thank you for contacting WPClever Support Forum. 

    We’ve received your ticket and assigned one of our developers to help you with that. 

    He’ll be looking into your question and responding with specific instructions as soon as possible. 

    Please stay patient as we're having very heavy workloads, it might take some time for our developers to reach back.

    Best regards.

    Janilyn T. - WPClever Support Agent

  •  1,225
    Dustin replied

    Hi Tim,

    Please add below CSS code to WP-Admin → Appearance → Customize → Additional CSS:

    .woosg-products .woosg-product .woosg-thumb {
        width: 110px;
        flex: 0 0 110px;
    }

    and the result https://app.screencast.com/ZUHWpKg75ekv3

    Best regards,
    Dustin

  •  1
    Tim K replied

    Perfect. Thanks for your help!