How to fix unusual spacing under headers on homepage?

Hi,

I have some weird spacing on my homepage between page headers and the text overlay photo. I am using a sections plug-in so that could be causing some issues. The main issue is on my front-page where there is a notable gap between the photo and header. Would love some help on this, so close to being ready to launch this is my last hiccup.

Photo A: Homepage

Photo B: Contact Us Page

plz share store url

wear-fid.com sorry!

Hi, @michxie

You can try this code

  1. Go to Online Store-> Theme->Edit code
  2. Asset-> theme.css ->paste the below code at the bottom of the file.
#shopify-section-1643047393d6b43915{
   padding-top: 0 !important;
}
.main-content {
   padding-top: 0 !important;
}