yes, please add this code
- Go to Online Store->Theme->Edit code
- Asset->/theme.css ->paste below code at the bottom of the file.
this code apply for after 5 - 6 second
.product-card + form {
display: flex;
justify-content: space-between;
}
.product-card + form input {
width: 70%;
}
.product-card + form input#quantity {
width: 25%;
}