How to reduce padding between hero slider image and new section . - brooklyn theme

there is this nasty white line that appears between my hero slider and any new section only on mobile view can you see it , how to remove this and reduce padding

here is screenshot of problem

thank you

store url

https://7kingdomsbar.myshopify.com/

store password

godgod294

1 Like

@7kingodmsla

Add the following CSS code to your assets/theme.css bottom of the file.

@media screen and (max-width: 768px){
.index-sections .shopify-section {margin-top: 0px !important;}
}

Thanks!