I want to reduce the space between the title and body on my whole shopify page (see screenshot).
I’ve tried adding this code to my base.css but it doesnt work. Can anyone help please?
.page-width.page-width–narrow.section-template–16932046110987__main-padding {
padding-top: 0;
padding-bottom: 0;
margin-top: 0;
margin-bottom: 0;
}
.page-width.page-width–narrow.section-template–16932046110987__main-padding .main-page-title {
margin-bottom: 0;
}



