December 18, 2017 at 5:08 pm
#3162
Andy
Keymaster
Try this in Additional CSS:
.main-header{
height: 450px;
}
.header-title{
padding-top: 160px;
}
.home .main-header{
height: unset;
}
.home .header-title{
padding-top: unset;
}
You may want to change the 450px height & the 160px top padding, but that should be a reasonable starting point.