How can I decrease the section buffer on my homepage?

https://museliving.co.uk/

PW: rtaong

I’m trying to decrease the buffer between the “huge sale” image and the images above on the homepage.

I managed to create a gap by deleting the word flush I found somewhere in the code. but don’t know how to make it smaller.

I tried to follow @Michael_Pink response on a similar post but wasn’t too sure if that is what I need to do.

Many thanks!

If you want to reduce space above the Sale banner, try adding this code to the bottom of theme.css

#shopify-section-template--14393258737706__16433241275c185256 .section {
  margin-top:0px;
}

You can adjust the margin to your preference.

Result:

1 Like

Thank you very much!