Hi,
I have a white gap appearing only on mobile view below the slideshow. Is it possible to remove this.
www.yimtee.com pw: yimteeth
Thank you!
Hi,
I have a white gap appearing only on mobile view below the slideshow. Is it possible to remove this.
www.yimtee.com pw: yimteeth
Thank you!
can you please try this code
@media only screen and (max-width: 749px) {
.main-content .shopify-section:first-child {margin-bottom: -50px;}
}
Hi @Gus5 ,
You can use @KetanKumar to lessen the space, but if you want to remove the space all the way and make the dots inside the slideshow container you can use this code below.
Find your theme.scss file under Asset folder and paste the code below.
@media only screen and (max-width: 749px){
.slideshow__indicators {
margin-top: -35px !important;
position: absolute !important;
}
.slideshow__text-container-mobile {
position: absolute !important;
}
}
Thank you both! Both solutions worked perfectly
its pleasure to help us