How do I move up from too much white space of the gap on mobile?

Website>kawaiibonjour.com

@AlexYZ_1

Step 1: Go to Online Store->Theme->Edit code.

Step 2: Search file theme.css

Step 3: Paste the below code at bottom of the file → Save

@media(max-width:768px){
  .shopify-product-reviews-badge {
  display: none;
}
.grid-item.grid-product {
  margin-bottom: 0;
}
.grid-item__meta {
  margin-bottom: 0;
}
}
1 Like

Thanks!