Adding space between certain sections on home page

Hi guys, trying to get space between certain section on our home page at www.basatelier.com

Would like to get some space between the section titled “carved in shadow” and the section below titled “made to order”

let me know how i can do this, thank you very much!

1 Like

Add this code to the bottom of theme.scss.css

@media only screen and (min-width: 750px) {
.feature-row.feature-row--16418724761ddb82b1.feature-row--x-large.feature-row__image-crop--none {
  margin-top: 40px;
}
}

Result:

1 Like

Amazing man thanks so much. How to do the same between the "made to order’ section and the instagram widget I have on the bottom of the page? 80px would be ideal