How do I decrease this extra white space above the “New Arrivals” title?
Website is : www.thecozycrewbflo.com
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:
.shopify-section.shopify-section-group-header-group.section-header {
min-height: unset !important;
}
If done correctly, the result should be like this:
This worked! Thank you SO much!
You are very welcome!