- 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
.grid__item--collection-template form {
display: flex;
align-items: center;
justify-content: space-between;
flex-wrap: wrap;
}
.grid__item--collection-template form input#quantity {
width: 70px;
}