Gap between sections?

Hi @BK01

  1. In your Shopify Admin go to online store > themes > actions > edit code
  2. Find Asset > styles.css and paste this at the bottow of the file:
.product-area {
    margin-bottom: 0;
}

2 Likes