Hi, how to adjust add to cart button beside quantity?
Hi @sueanneyong ,
Would you mind to share your URL website? with password if its protected. Thanks!
here you go https://intercontinentalklshop.com/
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;
}
