I’m looking for assistance in changing the layout of my woocommerce single product page. The Single Product Page layout has the Image to the left, the title/summary centered, and the select/order to the right.
I would like to center the Product image and move the title/summary to the left. Any assistance would be greatly appreciated.
You can copy the template file from WC plugin to your theme and then do the modification in your copied template in your theme folder. the template is in woocommerce > templates > content-single-product.php
To change the entire page you can also copy the single-product.php too.