Home Forums Trusted Pro Header Image size Reply To: Header Image size

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