Empty space above collection title

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

Website is : www.thecozycrewbflo.com

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;
}
  1. Save (right top corner)
  2. Hard refresh the storefront

If done correctly, the result should be like this:

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

Hi @thecozycrewbflo

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


This worked! Thank you SO much!

You are very welcome!