Eliminate gap between navigation bar and content on Impulse theme

Hi! We’re using the Impulse theme and have a huge gap between our store header/navigation bar and the main content. How do we eliminate the gap? I’ve tried other solutions on this site and they haven’t worked.

Site: smartypants.store

Photo attached

1 Like

@SPCCO

sorry that issue

can you try this code

  1. Go to Online Store->Theme->Edit code
  2. Asset->/theme.css ->paste below code at the bottom of the file.
#shopify-section-1623075733951c2b64 .index-section {
    margin-top: 0;
}

Thank you!! This worked.

1 Like

@SPCCO

its my pleasure to help us