Hi @nirajsharp,
This can be fixed with some custom CSS. Under Customize > Additional CSS, you can add the following code:
/* Increase max-width size of product widget img */
.product_list_widget li img {
max-width: 5em !important;
}
If you’d like to learn more about CSS, I highly recommend using the free tutorials at w3schools. Here, you can find the basics of selectors (how to target the right element on the page), and properties (how to change the element on the page).
Thanks.
Thank u, worked perfectly:)
Hi @nirajsharp
Glad to hear the CSS code worked! I’m marking this as resolved now. If you have further questions, please feel free to open a new topic.