All things Shopify and commerce
Hi , Just below my slideshow image there is a wide gap in the mobile view only .Desktop view looks fine . how to get rid of it , looks very unprofessional as its the first opening section of my website.,
Hi @DreamgiftStudio ,
Would you mind to share your URL website and Password (if its protected)? So I can give you the solution.
Thanks!
Hi @DreamgiftStudio ,
Try this.
@media only screen and (max-width: 750px) {
.slideshow__slide.grid__item {
position: relative;
}
.slideshow__text-wrapper.banner__content {
position: absolute;
bottom: 1rem;
}
.slideshow__text.banner__box.content-container {
padding: 0;
background: transparent;
}
}
I hope it help.
Try going to the section-image-banner.css asset and change the padding of the class .section-image-banner.css to 1rem 3.5rem
@media (max-width: 749px){
[id] .slideshow{
position: relative;
}
[id] [class*='banner__content'] {
position: absolute;
top: 0;
height: 100%;
}
[id] [class*='banner__content'] > *{
background: rgba(255,255,255,0.2)
}
}
it should move the button inside the slideshow and fix the problem.
Kind regards,
Diego
I'm having same problem currently
Hi @ARebel
Did you try the codes above? If its not working, please share your store URL. Thanks!
Learn how to build powerful custom workflows in Shopify Flow with expert guidance from ...
By Jacqui May 7, 2025Did You Know? May is named after Maia, the Roman goddess of growth and flourishing! ...
By JasonH May 2, 2025Discover opportunities to improve SEO with new guidance available from Shopify’s growth...
By Jacqui May 1, 2025