Finaly, I remove the code below in the header.php
<?php catch_vogue_sections(); ?>
<div id=”content” class=”site-content”>
<div class=”wrapper”>
and replace by
<?php
if ( has_header_image() ) {
$header_image_data = get_theme_mod( ‘header_image_data’ );
echo wp_get_attachment_image( $header_image_data->attachment_id, ‘full’ );
and it looks fine.
Best Regards,
Caroline