Reduce padding between title and body - Dawn

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;
}

@MTMEadmin

hello,

give me the contact page URL.

https://ishsewre7ug9o8ho-67024027915.shopifypreview.com

@MTMEadmin

Please use the below code above in theme.liquid.

layout >> theme.liquid

@media screen and (min-width: 750px){ .main-page-title { margin-bottom: 0!important; } }

after paste the code look like this,

Hi,

Thanks this worked. Can you also check this for the Product page?

It seems that one didnt change

Please share the screenshot what you want?

@MTMEadmin

You want to like this?

Yes! Like this.