Astra theme - cannot set short product description under the product title (product name)

I want to have following vertical structure on my products short description: Image-Product Name-Short Description. I've read that by default it is this order. This is the code I'm using:

function short_desc_product() {
    the_excerpt();
}
add_action( 'woocommerce_after_shop_loop_item_title', 'short_desc_product', 40 );

I'm using free Astra Theme. And it keeps showing this structure: Image-Short Description-Product Name. For any other theme it is showing in a wanted way. Any advice on this? Thank you.

Topic theme-customizer functions themes Wordpress

Category Web

About

Geeks Mental is a community that publishes articles and tutorials about Web, Android, Data Science, new techniques and Linux security.