Reduce padding between rich text and header space-brooklyn theme

damz
Excursionist
17 0 0

Hi,

I have a problem with a large white space padding area between the header and rich text on the home page. I'm currently using the brooklyn theme 

Replies 2 (2)
DigitalArtisans
Shopify Partner
378 58 85

Hello @damz !

 

  1. Go to Online Store->Theme->Edit code
  2. Asset->theme.scss.css->paste bellow code in bottom of file

 

.index-sections .shopify-section:first-child:not(.shopify-section--full-width) {

margin-top: 10px !important;

}

 

Hope this helps!

 

Thanks,

Digital Artisans

Hatim Ayoub | Designer | Developer
- Was my reply helpful? Click Like to let me know!
- Was your question answered? Mark it as an Accepted
damz
Excursionist
17 0 0

Hi,

 

That didn't work...