I’m using “Best Custom Product Options” cart customizer but i need my “Add to Cart” button to be under the form. I’ve contacted the dev of the Cart and Shopify but no solutions.
Thanks!
I’m using “Best Custom Product Options” cart customizer but i need my “Add to Cart” button to be under the form. I’ve contacted the dev of the Cart and Shopify but no solutions.
Thanks!
Hello There,
Add this css at the bottom of
Online Store->Theme->Edit code->Assets->theme.scss.liquid
.purchase-box form#AddToCartForm {
display: flex !important;
flex-wrap: wrap;
}
.purchase-box form#AddToCartForm .selection-wrapper.price {
width: 100%;
}
.purchase-box form#AddToCartForm .product-form__item.product-form__item–submit {
order: 2;
}
Screenshot:- https://prnt.sc/zxstsl
Thank You Soooo Much!!!
You don’t know how helpful you’ve been.
I appreciate you!
thanks,
Pete