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

#3036
Andy
Keymaster

You could do something like this:

@media screen and (min-width: 1025px){
    .main-header{
        height: 450px;
    }
}

obviously change 1025px and 450px to values suitable for your needs.