Yes, thank you. I can adjust the heading and the margin under it, but how can adjust the padding above it?
Oh my bad. The padding targeted for specifically for page heading isn’t available on the customizer UI.
As for everything else you can’t see on the customizer UI, you’ll have to do via custom CSS.
You can try adding this CSS code via Appearance > Customize > Additional CSS.
.page-title{
padding-top: 50px;
}
A wise man once said:
"Have you cleared your cache?"