Hi,
Please add below code to claue-child > style.css
.variations {
margin-bottom: 0;
}
and below code to claue-child > functions.php
add_action( 'wp_head', 'change_short_description_position' );
function change_short_description_position(){
remove_action( 'woocommerce_single_product_summary', 'woocommerce_template_single_excerpt', 20 );
}
add_action( 'woocommerce_single_variation', 'woocommerce_template_single_excerpt', 0 );
Kind regards
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio