Spacing Under Header and Above Collection Title?

Solved

Spacing Under Header and Above Collection Title?

BrianAugustin
Excursionist
26 0 3

This isn't a issue under my other categories with products, just the categories that have no products. There is a huge gap registering under "header" 

www.extremekool.com

Pass: Password01

 

I tried ".section-header { margin-bottom: 0px !important;} and its not working?
I don't know if this is a base.css or theme.liquid issue?
 

No products = bugged

mens fashion as an example/categories with products = not bugged

111Capture.PNG2Capture.PNG

Accepted Solution (1)

BSSCommerce-TA
Shopify Partner
124 24 24

This is an accepted solution.

@BrianAugustin hi, you can try adding this css code in base.css or theme.css: 

 

html {
    height: unset !important;
}

 

If it works, please mark my answer as solution. Tks.

 
If our suggestions are useful, please let us know by giving it a like, marking it as a solution.

SIMICART: Mobile App Builder |Ironwork Theme - Coming Soon | Product Labels by BSS


Need help from our expert? Kindly share your request with us via community@bsscommerce.com


BSS Commerce - Full-service eCommerce Agency

View solution in original post

Replies 2 (2)

BSSCommerce-TA
Shopify Partner
124 24 24

This is an accepted solution.

@BrianAugustin hi, you can try adding this css code in base.css or theme.css: 

 

html {
    height: unset !important;
}

 

If it works, please mark my answer as solution. Tks.

 
If our suggestions are useful, please let us know by giving it a like, marking it as a solution.

SIMICART: Mobile App Builder |Ironwork Theme - Coming Soon | Product Labels by BSS


Need help from our expert? Kindly share your request with us via community@bsscommerce.com


BSS Commerce - Full-service eCommerce Agency
BrianAugustin
Excursionist
26 0 3

Works. Thank you, been trying to fix it for 30mins!