Reducing empty space on brooklyn theme product pages

Any idea how to reduce the space above and below the review section on my product pages? I am using the Brooklyn theme

Page example: https://pokersamadhi.com/collections/wristbands/products/mantra-wristbands-10-pack

@KetanKumar

Thank you!!

1 Like

@pokersamadhi

yes please try this code

  1. Go to Online Store->Theme->Edit code
  2. Asset->/theme.scss.liquid->paste below code at the bottom of the file.
.product-section .page-content {
    padding-bottom: 0;
    margin-bottom: -30px;
}

#shopify-section-product-recommendations .index-section {
    margin-top: -30px;
}
1 Like

You are just incredible!!! Thank you!!

@KetanKumar

1 Like

@pokersamadhi

its my pleasure to help us