Hello! I had a conflict with a puglin so I turned that off, and then added a code to the page with custom CSS to make it even smaller.
.woocommerce #content div.product div.images,
.woocommerce div.product div.images,
.woocommerce-page #content div.product div.images,
.woocommerce-page div.product div.images
{width:26%}
.woocommerce #content div.product div.summary,
.woocommerce div.product div.summary,
.woocommerce-page #content div.product div.summary,
.woocommerce-page div.product div.summary
{width:60%}
.woocommerce #content div.product div.related,
.woocommerce div.product div.related,
.woocommerce-page #content div.product div.related,
.woocommerce-page div.product div.related
{width:70%}
Thanks!