Debut Theme: Add to Cart button on homepage/collection pages

@Mayaps

  1. Go to Online Store->Theme->Edit code
  2. 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;
}
1 Like