Hello,
I have used some custom codes to place my add to cart button next to the quantity button as shown in the first image. But for the mobile version I would like my add to cart button UNDER my quantity button, like the second image. Is there someone who knows how I can solve this? Would really appriciate this
I used the following code:
}
.product-form .product-form__submit {
width: calc(100% - 150px) !important;
margin-left: 150px !important;
margin-top: -72.5px !important;
}
HOW IT IS NOW ON DESKTOP/TABLET/MOBILE
HOW I WANT IT TO BE ON MOBILE

