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
Thank you!!
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
Thank you!!
yes please try this code
.product-section .page-content {
padding-bottom: 0;
margin-bottom: -30px;
}
#shopify-section-product-recommendations .index-section {
margin-top: -30px;
}
You are just incredible!!! Thank you!!
its my pleasure to help us