[Support request] Woocomerce Widget Image Size

Home Forums Support [Support request] Woocomerce Widget Image Size

Home Forums Support Woocomerce Widget Image Size

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #630187
    Hugo

    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/

    #630207
    David
    Staff
    Customer Support

    Hi there,

    you can try this CSS:

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

    Thanks David. It Works

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

    thanks

    #630385
    David
    Staff
    Customer Support

    This:

    .woocommerce-page #content table.cart img, .woocommerce-page table.cart img {
        width: 100px !important;
    }
Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.