@redheadanna: Go to => Appearance => Customize => Additional CSS and add the following CSS Code.
body:not(.home) .custom-header-content {
padding:20px !important;
}
@media screen and (min-width:48em) {
body:not(.home) .custom-header-content {
padding:70px !important;
}
}
@media screen and (min-width:56.625em) {
body:not(.home) .custom-header-content {
padding:120px !important;
}
}
@media screen and (min-width:72em) {
body:not(.home) .custom-header-content {
padding:210px !important;
}
}
Let me know if this is what you want!
Kind Regards,
Skandha