ludo974
Hi
The header of the template is not full width so the background image will only cover the container width.
I applied a parent Div in tpls/blocks/header.php file to make it as you required.
Add below code in /css/custom.css file and change the image path with your image path.
.custom-header {
background-image: url(/avatars/abc.png);
}
Regards