Home>Support>Simple question about image sizes

Simple question about image sizes

By Bennett Zhu, 7 years ago. Last reply by Alex S, 7 years ago.

I’m trying to change the image sizes for my woocommerce products. I’m also using the North theme, and I’ve tried going to woocommerce product display settings and regenerating thumbnails, but it doesn’t seem to be changing.

Is there any way to increase the image size to take up more room and decrease the sidebar size on the right?

The site url is here if it helps: http://iptsink.xyz/product/apron-front-36-in-16-gauge-stainless-steel-kitchen-sink-in-brushed-stainless

This is our free support forum. Replies can take several days. If you need fast email support, please purchase a SiteOrigin Premium license.

  1. 7 years, 2 months ago Alex S
    Hi, I Work Here

    Hi Bennett,

    The WooCommerce sizes you’ve adjusted are purely the literal image sizes rather than how they’re displayed on the page itself.

    You can change the sizing of the product image on the product page with some custom CSS. If you navigate to AppearanceCustom CSS, you’ll get our custom CSS editor. Add (and adjust) the following CSS:

    /* Product Image (left column) */
    .woocommerce.single #content div.product div.images {
    	width: 42%;
    }
    
    /* Product Title and description (right column) */
    .woocommerce.single #content div.product div.entry-summary {
    	width: 54%;
    }
    

    The total width of the above CSS must not exceed 100%.

    You might also need to install the SiteOrigin CSS Editor.

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.

Get The Most Out of SiteOrigin with SiteOrigin Premium

Find Out More