How to eliminate blank space below slideshow in Taste theme?

Hi there, I have too much blank space below slideshow. Is there any other way to eliminate it?

I currently using shopify Taste theme.

Thanks is advance.

Chris

@Chris444666 - please share the page link where you have this slideshow, we will need to use css code

@Chris444666

Could you provide me store URL? I should be able to answer your question.

Yours faithfully!

@Chris444666

Sorry you are facing this issue, it would be my pleasure to help you.

Welcome to the Shopify community! :blush:
Thanks for your good question.

Please share your site URL,
I will check out the issue and provide you a solution here.

Hi,

Please share your store URL and if your store is password protected then also provide password too.

Thank you.

Hello @Chris444666

Can you share your website URL so that I can check and provide you with the solution to remove the space below the slideshow.

Here you go: https://bignuts.my/

Please add below css code in bottom of assets/base.css file

@media only screen and (min-width: 1024px)

div#Slider-template–14821040848930__slideshow {
min-height: 100%;

}
Thank you.

Thank you! Looks Great on desktop, but what about mobile version? As issue still persist for mobile.

@Chris444666

yes, please try this on mobile code

@media screen and (max-width: 749px) {
.banner--mobile-bottom .slideshow__text.banner__box 
{display: none !important;
}
}

Hi @KetanKumar , it works well for both theme. Thank you. Appreciate it.

@Chris444666

its my pleasure to help us