How can I adjust the 'Add to Cart' button placement?

How can I adjust the 'Add to Cart' button placement?

sueanneyong
Visitor
2 0 1

Hi, how to adjust add to cart button beside quantity?

 

sueanneyong_0-1689604884071.png

 

Replies 3 (3)

Made4uo-Ribe
Shopify Partner
10038 2387 3014

Hi @sueanneyong ,

Would you mind to share your URL website? with password if its protected. Thanks!

If this fixed your issue, Likes and Accept as Solution are highly appreciated. Coffee tips fuel my dedication.
Get experienced Shopify developers at affordable rates—visit Made4Uo.com for a quick quote!
Need THEME UPDATES but have custom codes? No worries, for an affordable price.
sueanneyong
Visitor
2 0 1
omarhussain
Shopify Partner
32 5 7

put this code in base.css file

.product-form form{
  flex-direction: column-reverse;
    display: flex;
}
.product-form{
  margin:0px;
}
.product-form__buttons{
  margin-top:0px;
}

.product-form__submit {

    top: 0 !important;
    left: 0 !important;
}