How can I add space between sections on my Homepage?

Hi, I’m using the Minimal Shopify theme.

This is my website link: https://studio-montalvo.myshopify.com/

I would like the vertical spacing to be more consistent. Specifically, the space between the header image & Best Sellers should match the spacing between Best Sellers and the Instagram feed. I’ve tried editing the code without success.

Thank you!

If you’re happy to change a bit of code. Go to your featured-collection.liquid in the sections folder. Add a margin to the top of the div that includes the section header title.

It should be close to the top at around line 8:

{{ section.settings.title | escape }}

Add the styling marked in red, I’ve set it to 50px, change it to what you need.

1 Like

Thank you so much!