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

Okay
  Public Ticket #2859292
How to make Thumbnail Image bigger in WPC Grouped Product
Closed

Comments

  • Thomas Wong started the conversation

    Hi,


    May I know how to make Thumbnail Image bigger in WPC Grouped Product, the image is how too small as 40px

    I tried to use custom css but maybe I did a wrong way. 

    .woobt-products .woobt-product .woobt-thumb {
        width: 100px;
        flex: 0 0 100px;
    }
    .woobt-products .woobt-product .woobt-thumb img {
        width: 100%;
        height: auto;
    }

  •  767
    Janilyn replied

    Hi Thomas,

    Thanks for contacting WPClever Support Forum. We're not available at the weekends so today (Monday) I am able to process your ticket.

    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,226
    Dustin replied

    Hi Thomas,

    If you're using WPC Grouped Product, please try below CSS code:

    .woosg-products .woosg-product .woosg-thumb {
        width: 100px;
        flex: 0 0 100px;
    }
    .woosg-products .woosg-product .woosg-thumb img {
        width: 100%;
        height: auto;
    }

    Best regards,
    Dustin