How can I reduce the slider height in the Brooklyn Theme?

I am trying to decrease the height of the slideshow module so that is does not take the entire viewing area on the homepage. I have found discussions on this but have not found a successful solution. Help?

https://erg-closing-gifts.myshopify.com/

HI,

Can you please share your store password? As it’s asking for the password

Sorry! Here you go: nohsia

HI,

You can try changing the customize section setting for the banner. Please check the attached screenshot.

This worked, however now i have a large empty space under the image

Hi,

Just add the below CSS code in your theme.scss file the end of all the code.

.hero.slick-slider{
min-height:auto;
height:auto;
}

Thanks so much!

@tiab , No Problem. Happy to help you.!