How can I eliminate blank space between website sections?

Hi everyone! Currently building a new version of our site although there’s an issue we can’t find out how to fix.

Basically we would like to remove blank space as show on the screenshot:

If anybody could help that would be very appreciated, thank you !

Hello @LessentielCBD I believe I can help you with that. Check your inbox

Hello @LessentielCBD I believe I can help you with that. Check your inbox

So sorry I forgot to mention that https://lessentielbienetre.com/ was the website

Hi @LessentielCBD ,

ou can follow the instruction below:

  1. Go to Online Store->Theme->Edit code
  2. Asset->/theme.css->paste below code at the bottom of the file:
#shopify-section-template--15653353029874__16437230631b9a2cbe .homepage-product {
    padding-top: 0 !Important;
}

If you feel like my answer is helpful, please mark it as a SOLUTION. Let me know if you have any further questions.