How can I decrease banner spacing on mobile version?

Hello!

I wolud like to know how can I reduce the space between banners on mobile version

link:

https://7jmoktgfuxe3xamb-61800677547.shopifypreview.com

Thank you!

Hi [email removed]Rebeccakids,

You can try this code by following these steps:

Step 1: Go to Online Store->Theme->Edit code.

Step 2: Search file base.css

Step 3: Paste the below code at the bottom of the file → Save

@media(max-width:767px){
#shopify-section-template--16116163969195__93fa6b86-c2b7-4eb8-a110-069365050ea8{
margin-top:0 !important
}
}

Hope my solution works perfectly for you.

Cheers!

Oliver | PageFly

1 Like