Alter The Widths For The WooCommerce Product Media/Content
/* Media Width */
.woocommerce div.product div.images { width: 36% !important; }
/* Thumbnails Width */
.woocommerce div.product .product-thumbnails { width: 230px !important; }
/* Content Width */
.woocommerce div.product div.summary { width: 60% !important; }
All CSS snippets should be added via a child theme's style.css file or using the built-in Custom CSS panel.