Hi, unfortunately same result.
here’s the current code in my child theme functions.php
EDITED
Hi, thanks for the prompt response.
I did add the code you suggested in child/functions.php but made the site fall over. Went into FTP and deleted the code, now all OK.
Ive removed other CSS code and now works.
Thanks for the top notch support :)
I removed functions.php code
remove_action( ‘woocommerce_before_single_product_summary’, ‘woocommerce_show_product_images’, 20 );
add_action( ‘woocommerce_before_single_product_summary’, ‘woocommerce_show_product_thumbnails’, 20 );
and added your code to CSS, didn’t seem to work. Product image still shown.