How to fix the product image seems not aligned when I go to category menu

the yellow one too much gap

it should be like this

Solved!

@niceeee You must use padding between product boxes

I hope this solution will works. Please follow below steps

  1. Go to Online Store
  2. Edit Code
  3. Find theme.liquid file
  4. Add the following code in the bottom of the file above tag
.card--card, .card--standard .card__inner { width: auto!important; }