Home › Forums › Trusted Pro › Header Image size › Reply To: Header Image size
December 7, 2017 at 10:15 am
#3040
Andy
Keymaster
Try it with increased top padding on the title area
@media screen and (min-width: 1025px){
.main-header{
height: 450px;
}
.header-title{
padding-top: 160px;
}
}