Dear Support,
We need to make our product page https://obomopaw.myhostpoint.ch/lektion/fahrlektion/ similar to https://drivelab.ch/lektion/fahrlektion/
Just I want to take title and description to the left side using hooks.
I have done title using the below code.
function product_change_title_position() {
remove_action( 'woocommerce_single_product_summary', 'woocommerce_template_single_title', 5 );
add_action( 'woocommerce_before_single_product', 'woocommerce_template_single_title', 5 );
}
add_action( 'init', 'product_change_title_position' );
Now I am seeking your left for the remaining fields.
Looking forward.