Brooklyn theme - how to remove white space under hero slider - desktop

Hello,

I am wanting to remove the white space between the hero slider and rich text on my home page. I have read so many other posts and have managed to do it on mobile view but nothing is working for desktop.

emumusik.de password:emu12345

Thanks in advance!

Hi @emumusik ,

You can follow the instruction below:

  1. Go to Online Store->Theme->Edit code
  2. Asset->/theme.scss->paste below code at the bottom of the file:
.index-sections .shopify-section {
    margin-top: 80px;
}

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

Thanks so much @AvadaCommerce ! That worked perfectly!