Reducing empty white space above the Collection - Brooklyn Theme

Hi guys

Has anyone successfully reduced the empty white space/gap between your logo and the collection? see the attached screenshot. Any help would be greatly appreciated! When I click on both ‘Shop’ or ‘Contact’ on my page, I have the big white space under my logo that I would like reduced to minimum. My URL is Collections – The Indoor Oasis

https://theindooroasis.myshopify.com/

Hi @TheIndoorOasis ;

Find the file timber.scss under the Assets folder and paste the code below. Let me know if it works

#PageContainer > main {
padding-top: 0 !important;
}
1 Like

Beauty! thanks so much! I tried this before as saw this mentioned elsewhere but was doing it in the wrong Asset file haha. Thanks so much, you have made my day!

1 Like