Change order in Buy Buttons section of Craft Theme

I am using two apps that both reside in the “Buy buttons” section of the Craft theme product page. I would like the pricing to be below the product customize section. I don’t have the option to switch them in the theme customizer. How can I do this?

Thank you!

https://00d94a-99.myshopify.com/

product page - https://00d94a-99.myshopify.com/products/beanie

password is - statau

Hello @ASH2 .
Our team is ready to help you.
Please share your website address and access password (if necessary) so that we can check and assist you.

Hello @ASH2

Could you kindly provide us with your store URL and, if applicable, the password, so i can check and provide you possible solution for your question.

https://00d94a-99.myshopify.com/

product page - https://00d94a-99.myshopify.com/products/beanie

password is - statau

thanks!

Hello [email removed]
You can add code by following these steps

  1. Go to Online Store → Theme → Edit code.
  2. Open your section-main-product.css file
  3. Paste the below code from bottom on section-main-product.css
.product .product__info-wrapper .product-form .form {
    display: flex;
    flex-direction: column;
}
.product .product__info-wrapper .product-form .form koala-quantity-selector,
.product .product__info-wrapper .product-form .form koala-quantity-breaks-embed,
.product .product__info-wrapper .product-form .form .product-form__buttons {
    order: 1;
}

Was my reply helpful? Click Like to let me know!
Was your question answered? Mark it as an Accepted Solution.

Works perfectly! Thank you for your help