I have my functions.php file in the root directory of my child-theme. The total contents of the file is shown below:
<?php
remove_action( 'woocommerce_single_product_summary', 'woocommerce_template_single_title', 5 );
add_action( 'woocommerce_before_single_product_summary', 'woocommerce_template_single_title', 5 );
remove_action( 'woocommerce_before_single_product_summary', 'woocommerce_show_product_images', 20 );
?>
I would greatly appreciate any help, thank you