Hi guys my website is pawsandbeyond.co and when in Mobile view and on desktop the white space between all the sections is too much and I want to make it look neater and tighter ive tried other solutions but the code doesnt work when I paste either this
#shopify-section-1585918331779
{
padding-top: 0px !important;
}
.section-header
{
padding-top: 0px !important;
margin-top: 0px !important;
}
Or if I paste this
.section-header__title {
margin: 5px !important;
}
.index-section {
padding: 5px !important;
}
.grid-link{
padding-bottom:0px !important;
}
Im putting them at the bottom of theme.cscc.liquid and no change