Hi AT,
Thanks for the reply.
I test and still the same. I have this code in there, that you gave me to put. The image have 1920×490 but in different resolutions the height(490) changes and cuts. The width is ok in all.
.site-branding {
padding: 0;
}
#site-identity {
padding-top: 20px;
}
#custom-header::after{
background: transparent;
}
.custom-header-wrapper .page-title,
#breadcrumb li,
#breadcrumb li a,
#breadcrumb li a:hover {
color: #333;
}
#custom-header {
padding: 130px 0;
}
@media only screen and (min-width: 1920){
#custom-header {
padding: 210px 0;
}
}
Best Regards