Gap between sections?

I have a gap between two sections, it appears on my product pages between the product section and the complimentary products, I cannot see a way to remove it. Please can someone assist. my store is www.saltsista.com

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;
}

Thank you that worked a treat !

Hi @BK01

Thank you for your response. It’s good to know that it’s worked for you. Kindly feel free to get back to me if you need any further assistance.

If helpful, please like and accept the solution.