Reducing empty white space above the Collection - Brooklyn Theme

Solved

Reducing empty white space above the Collection - Brooklyn Theme

TheIndoorOasis
Visitor
2 0 1

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/

 

12-04-29975-25420.png

Accepted Solution (1)

made4Uo
Shopify Partner
3851 717 1197

This is an accepted solution.

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;
}

 

If this fixed your issue Likes and Accept as Solution is highly appreciated. Coffee tips fuels my dedication.
Get EXPERIENCED Shopify developers at affordable rates—visit Made4Uo.com for quick quote!
Do not lost your Shopify store! Get FREE trial with ✔️ Rewind Backup: Automatic, reliable, stress-free

View solution in original post

Replies 2 (2)

made4Uo
Shopify Partner
3851 717 1197

This is an accepted solution.

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;
}

 

If this fixed your issue Likes and Accept as Solution is highly appreciated. Coffee tips fuels my dedication.
Get EXPERIENCED Shopify developers at affordable rates—visit Made4Uo.com for quick quote!
Do not lost your Shopify store! Get FREE trial with ✔️ Rewind Backup: Automatic, reliable, stress-free
TheIndoorOasis
Visitor
2 0 1

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!