Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author bhavik.kiri

    (@bhavikkiri)

    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 months, 3 weeks ago by bhavik.kiri.
    Thread Starter Henry

    (@henrybaum)

    Works, thanks!

Viewing 2 replies - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.