Site logo

Archived topic

Woocomerce Widget Image Size

3 replies · Started by Hugo on July 22, 2018

Viewing posts 1–4 of 4

Hi Guys.
I have a woocomerce feature products widget in the footer area, but the image is to small. Is there a way to adjust the image size for a big size?

Thanks a lot

https://globalcscorp.com/sian/

Hi there,

you can try this CSS:

.woocommerce ul.product_list_widget li img {
    width: 100px !important;
}

Thanks David. It Works

And the same for the cart page? the image its to small too.

thanks

This:

.woocommerce-page #content table.cart img, .woocommerce-page table.cart img {
    width: 100px !important;
}
This archived topic is closed to new replies.