Space between products and non clickable banner

Hi @aeshvi

You can add those code at the bottom of your base.css file in Online store > Themes > Edit code and add link for each button link of each slide to make your image banner clickable

.slideshow__text-wrapper { 
padding: 0 !important; 
max-width: 100% !important; 
}
.slideshow__text { 
height: 100% !important; 
width: 100% !important; 
opacity: 0; 
max-width: 100% !important; 
}
.banner__buttons .button {
position: absolute;
top: 0;
bottom: 0;
right: 0;
left: 0; 
}