How can I eliminate the blank space between sections on my product pages?

I have rich text above my third-party product reviews app on all of my product pages.

However, there is a blank space between these two sections that I want to be removed on all of my product pages.

I am using the Refresh theme.

My website is https://novorelief.com/ and this problem affects all of my product pages.

Hi @aidanbrown

This is Henry from PageFly - Landing Page Builder App

You can try this code by following these steps:

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

Step 2: Search file base.css

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

section#shopify-section-template–21656107909413__169580998888506cac {

margin-top: -42px !important;

}

Hope that my solution works for you.

Best regards,

Henry | PageFly

Hello @aidanbrown

You can add code by following these steps

  1. Go to Online Store → Theme → Edit code.

  2. Open your theme.liquid file

  3. Paste the below code before on theme.liquid

#shopify-section-template--20861929292069__16962732684717697b { background-color: #eaeaea; margin-top: -42px; } div#shopify-block-14faba5c-701f-47e4-88ed-a4a4e93e9634 { padding-top: 19px; }

Thanks for your help. This worked for one of the products but didn’t change anything on the other 4 product pages.

Thanks for your help. This worked for one of the products but didn’t change anything on the other product pages.