Reducing empty white space above the Collection - Brooklyn Theme

Solved
TheIndoorOasis
New Member
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
3366 634 960

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

 

We are volunteering to help    |      Likes and Accept as Solution  will be much appreciated.✌
Having trouble?  Hire us! For fast reply, shoot us a message using chat at Made4Uo.com

Check how to sell everywhere with Shopify POS. Keep your stuffs private. Refrain from giving unnecessary access to your store.

View solution in original post

Replies 2 (2)
made4Uo
Shopify Partner
3366 634 960

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

 

We are volunteering to help    |      Likes and Accept as Solution  will be much appreciated.✌
Having trouble?  Hire us! For fast reply, shoot us a message using chat at Made4Uo.com

Check how to sell everywhere with Shopify POS. Keep your stuffs private. Refrain from giving unnecessary access to your store.
TheIndoorOasis
New Member
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!