Empty space above collection title

Solved

Empty space above collection title

thecozycrewbflo
Excursionist
13 0 11

How do I decrease this extra white space above the "New Arrivals" title?

Website is : www.thecozycrewbflo.com

 

Screenshot 2025-03-30 at 10.23.58 PM.png

Accepted Solution (1)

Dan-From-Ryviu
Shopify Partner
11612 2276 2456

This is an accepted solution.

Hi @thecozycrewbflo 

Please remove this code you added in theme.liquid file to solve it.

<style>
div#shopify-section-sections--22148832461079__header {
    min-height: 260px;
}
</style>

 

 

- Helpful? Like & Accept solution!
- Ryviu - Product Reviews & QA app: Collect customer reviews, import reviews from AliExpress, Amazon, Etsy, Walmart, Dhgate and CSV.
- Reton: Loyalty & Rewards - Earn points through tasks, redeem for discounts, and enjoy exclusive VIP rewards!
- Lookfy Gallery: Lookbook Image - Gain customers with photo gallery, video & shoppable image
- Reelfy‑Shoppable Videos+Reels: Create shoppable videos to engage customers and drive more sales.
- En...
Sign up now.

View solution in original post

Replies 5 (5)

CafeDelMar
Shopify Partner
163 36 45

Hi @thecozycrewbflo.

 

Here's how to achieve that:
1. Navigate to Sales Channels → Online Store → "Customize" button → Theme settings (Gear icon on the left sidebar) → Custom CSS
2. Add the following code:

.shopify-section.shopify-section-group-header-group.section-header {
    min-height: unset !important;
}

3. Save (right top corner)
4. Hard refresh the storefront

 

If done correctly, the result should be like this:

Screenshot_5.png

➡➡   Easy Embed Code   ⬅⬅ add CSS/JS/Liquid codes to any page of your store



Speed Booster App - Improve your store speed in 3 clicks
- Was your question answered? Mark it as an Accepted Solution
thecozycrewbflo
Excursionist
13 0 11

It does appear to work, but it won't let me save it. I keep getting this error message.

 

Screenshot 2025-03-30 at 10.42.43 PM.png

Dan-From-Ryviu
Shopify Partner
11612 2276 2456

This is an accepted solution.

Hi @thecozycrewbflo 

Please remove this code you added in theme.liquid file to solve it.

<style>
div#shopify-section-sections--22148832461079__header {
    min-height: 260px;
}
</style>

 

 

- Helpful? Like & Accept solution!
- Ryviu - Product Reviews & QA app: Collect customer reviews, import reviews from AliExpress, Amazon, Etsy, Walmart, Dhgate and CSV.
- Reton: Loyalty & Rewards - Earn points through tasks, redeem for discounts, and enjoy exclusive VIP rewards!
- Lookfy Gallery: Lookbook Image - Gain customers with photo gallery, video & shoppable image
- Reelfy‑Shoppable Videos+Reels: Create shoppable videos to engage customers and drive more sales.
- En...
Sign up now.

thecozycrewbflo
Excursionist
13 0 11

This worked! Thank you SO much!

Dan-From-Ryviu
Shopify Partner
11612 2276 2456

You are very welcome! 

- Helpful? Like & Accept solution!
- Ryviu - Product Reviews & QA app: Collect customer reviews, import reviews from AliExpress, Amazon, Etsy, Walmart, Dhgate and CSV.
- Reton: Loyalty & Rewards - Earn points through tasks, redeem for discounts, and enjoy exclusive VIP rewards!
- Lookfy Gallery: Lookbook Image - Gain customers with photo gallery, video & shoppable image
- Reelfy‑Shoppable Videos+Reels: Create shoppable videos to engage customers and drive more sales.
- En...
Sign up now.