Hey there! I’m building my Shopify store with the Dawn theme. And in the slideshow section, there’s a white gap between images while swiping. how can I get rid of this? I want to directly get the next image without any gaps.
Thank you!
Hey there! I’m building my Shopify store with the Dawn theme. And in the slideshow section, there’s a white gap between images while swiping. how can I get rid of this? I want to directly get the next image without any gaps.
Thank you!
hi, @RK77
please send page URL
pass: tufrap
Go to Online Store
2) Edit Code
3) Find base.css file
.image-with-text.image-with-text--no-overlap.page-width.isolate.collapse-corners.section-template--20388664246573__e0e77903-bbea-4f8c-8c97-9e01bc522cf0-padding.scroll-trigger.animate--slide-in {
padding: 0px !important;
}
If I managed to help you then, don’t forget to Like it and Mark it as Solution!
Thank you for your support! But it didn’t remove the white space between the images in the slideshow.
If you are talking about white space at the top, I have a code that you can add to the previous code.
div#shopify-section-sections--20388664639789__announcement-bar {
display: none !important;
}