Spacing issues between title, collection banner, and product grid

Hi!

I am having trouble removing the extra space between the collection banner and the image, as well as the extra space between the image and the product grid. On mobile, it looks like there are no products when the page is loaded because of all the extra space.

Hi @fabrixss

Welcome to our community! can I see your store url & password (if applicable)?

@fabrixss , hey, thanks for posting here.
Please check your collection description, there empty

tag creating some extra spaces.

Hi @fabrixss

You can try to follow this step
Step 1: Go to Edit code
Step 2: Find file base.css and add this code at the end of the file

.collection-hero__text-wrapper {
    padding-top: 0 !important;
}

Result

Best,

DaisyVo

Thanks, that did help, is there anything else that can be done about the extra white space padding around the image banner?

Hi @fabrixss , where the image?