[ad_1]
Hi @henrybaum,Thank you for providing the website URL. Kindly find the below css to move the Quantity selector below Product name.
.product-info {
display: flex;
flex-direction: column;
}.quantity.buttons_added {
order: 2;
}.cqoc_container {
order: 1;
}
You need to add this css in your theme / child theme’s style.css file.
Kindly let me know the result.
-
This reply was modified 5 hours, 28 minutes ago by
bhavik.kiri.
