Comments Thomas Wong started the conversationAugust 28, 2021 at 6:01amHi,May I know how to make Thumbnail Image bigger in WPC Grouped Product, the image is how too small as 40pxI 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;} 767Janilyn repliedAugust 30, 2021 at 4:33amHi 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,226Dustin repliedAugust 30, 2021 at 7:05amHi 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 Sign in to reply ...
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;
}
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
Hi Thomas,
If you're using WPC Grouped Product, please try below CSS code:
Best regards,
Dustin