ASH2
July 27, 2024, 9:58am
1
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.
ASH2
July 27, 2024, 10:11am
4
Hello [email removed]
You can add code by following these steps
Go to Online Store → Theme → Edit code.
Open your section-main-product.css file
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.
ASH2
July 27, 2024, 10:47am
6
Works perfectly! Thank you for your help