How can I eliminate space between image banners on mobile?

Hi,

I want to remove space between image banner in Mobile only. How can I do it?

@arutze

Please share your store URL!

Thanks!

1 Like

Hi @arutze
Can you kindly share your store link (with the password, if any) with us? We will check it and suggest you a solution if possible.

1 Like

@arutze

Please add the following CSS code to your assets/base.css bottom of the file.

@media screen and (max-width: 749px) {
.section-template--19147773804880__featured_collection-padding {
    padding-top: 5px !important;
    padding-bottom: 5px !important;
}
}
1 Like

@dmwwebartisan thank you, it worked, but when you scroll down it moves, can we make it static so it doesn’t’ move? You can check on the phone by following the link