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.
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.