This thread is over two years old and may be outdated. Please create a new thread if you need help, or email us if you have an active Premium license.

Resize images for woocommerce

11 years ago · Last reply by Daniel 11 years ago

How do I resize category and product images for woocommerce. It seems the settings I change in woocommerce have no effect even after regenerating the thumbnails.

site is undergroundcigarshop.com and I am using Vantage Premium

Thanks

URL: http://www.undergroundcigarshop.com

This is our free support forum. Replies can take several days.

Need fast email support? Get SiteOrigin Premium

Replies

1
  1. Daniel Staff 11 years, 3 days ago

    Hi Gerry,

    Please try this code by placing it in the custom CSS section:

    .woocommerce ul.products li.product a img{
        width:180px!important;
        height:180px!important;
    }

    You can modify the size in px to achieve desired size.

    Let me know if this works for you

    Cheers

Replies on this thread are closed.

Please create a new thread if you have a question, or purchase a SiteOrigin Premium license if you need one-on-one email support.

Have a different question or issue?

Start New Thread