How to reduce padding in mobile view - hero slider brooklyn theme

how to reduce padding in mobile view - brooklyn theme

https://7kingdomsbar.myshopify.com/

store url

password godgod294

@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!