how to reduce padding in mobile view - brooklyn theme
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!
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!