Comments 1Tim K started the conversationNovember 2, 2023 at 1:37pmThe 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? 767Janilyn repliedNovember 3, 2023 at 3:16pmHi 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,225Dustin repliedNovember 6, 2023 at 2:57amHi 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/ZUHWpKg75ekv3Best regards,Dustin1 Like 1Tim K repliedNovember 6, 2023 at 3:56pmPerfect. Thanks for your help!1 Like Sign in to reply ...
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?
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
Hi Tim,
Please add below CSS code to WP-Admin → Appearance → Customize → Additional CSS:
and the result https://app.screencast.com/ZUHWpKg75ekv3
Best regards,
Dustin
Perfect. Thanks for your help!