Solved

Space between header and title - Brooklyn theme

Arad0423
Excursionist
30 0 13

Hey!

Can I reduce the space between the header and the title - only on the collection page?

Thank you! 

Accepted Solution (1)
dmwwebartisan
Shopify Partner
12282 2546 3694

This is an accepted solution.

@Arad0423 

Please add the following code at the bottom of your assets/theme.scss.liquid file.

.template-collection .main-content{
padding-top: 0px !important;
}

.template-collection .collectiontitle{
padding-top: 20px !important;
}

Hope this helps.

 

Thanks!

 

If helpful then please Like and Accept Solution | Email: dmw.webartisan@gmail.com |  Instagram: @dmw.webartisan
Check here PageFly App to customize your pages | #1 Product Filter & Search app on Shopify | The most powerful Shopify page builder app

View solution in original post

Replies 5 (5)

dmwwebartisan
Shopify Partner
12282 2546 3694

@Arad0423 

Please share your website URL. I will check and provide a solution here.

Thanks!

If helpful then please Like and Accept Solution | Email: dmw.webartisan@gmail.com |  Instagram: @dmw.webartisan
Check here PageFly App to customize your pages | #1 Product Filter & Search app on Shopify | The most powerful Shopify page builder app
Arad0423
Excursionist
30 0 13
dmwwebartisan
Shopify Partner
12282 2546 3694

This is an accepted solution.

@Arad0423 

Please add the following code at the bottom of your assets/theme.scss.liquid file.

.template-collection .main-content{
padding-top: 0px !important;
}

.template-collection .collectiontitle{
padding-top: 20px !important;
}

Hope this helps.

 

Thanks!

 

If helpful then please Like and Accept Solution | Email: dmw.webartisan@gmail.com |  Instagram: @dmw.webartisan
Check here PageFly App to customize your pages | #1 Product Filter & Search app on Shopify | The most powerful Shopify page builder app
Arad0423
Excursionist
30 0 13

Amazing!!!! 

I think the missing "important" was my problem.. 

Thank you very much! 

yknott
Excursionist
19 2 3

@dmwwebartisan I need to do this on my all my pages, just not the home page. Can you help?

Oh and remove the black lines.

 

URL: www.yknott.com/collections

 

 

Screen Shot 2022-08-22 at 3.53.00 PM.jpg