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?
HI,
Can you please share your store password? As it’s asking for the password
Sorry! Here you go: nohsia
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.!
