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
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
Could you provide me store URL? I should be able to answer your question.
Yours faithfully!
Sorry you are facing this issue, it would be my pleasure to help you.
Welcome to the Shopify community! ![]()
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.
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.
its my pleasure to help us