Hi,
I want to remove space between image banner in Mobile only. How can I do it?
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.
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;
}
}
@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