Solved

Move "Add to Cart" below my customization form.

HelloLilRebel
Visitor
2 0 0

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.

www.HelloLittleRebel.com

Thanks!

Screen Shot 2021-02-17 at 6.33.37 PM.png

Accepted Solution (1)

ZestardTech
Shopify Expert
5395 971 1293

This is an accepted solution.

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

Want to modify or develop new app, Hire us.
If helpful then please Like and Accept Solution .
Email: support@zestard.com
Shopify Apps URL :- https://apps.shopify.com/partners/zestard-technologies
Custom Modifications Into Shopify Theme | Shopify Private App | SEO & Digital Marketing

View solution in original post

Replies 2 (2)

ZestardTech
Shopify Expert
5395 971 1293

This is an accepted solution.

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

Want to modify or develop new app, Hire us.
If helpful then please Like and Accept Solution .
Email: support@zestard.com
Shopify Apps URL :- https://apps.shopify.com/partners/zestard-technologies
Custom Modifications Into Shopify Theme | Shopify Private App | SEO & Digital Marketing
HelloLilRebel
Visitor
2 0 0

Thank You Soooo Much!!!!!!!!!!!!!!!

You don't know how helpful you've been. 

I appreciate you!

thanks,

Pete