Thanks for your answer, but still doesn’t work…
Before I started with this I added this code to the functions.phh to place the button below the price and above the text:
remove_action( ‘woocommerce_single_product_summary’,
‘woocommerce_template_single_add_to_cart’, 30 );
add_action( ‘woocommerce_single_product_summary’,
‘woocommerce_template_single_add_to_cart’, 19 );
Does this maybe have something to do with it not working? Because before I placed this code it was wide and was working.