Hi
Thanks for the reply.
No, definitely have not touched the header.php file. I only ever go into the Child anyway.
I also deleted all the additions made to the functions.php file in case it was there, but no.
This is the code header.php file, not that I know code but I can’t see a random endtag there:
<head>
<meta charset=”<?php bloginfo( ‘charset’ ); ?>”>
<meta name=”viewport” content=”width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no”>
<link rel=”profile” href=”http://gmpg.org/xfn/11″>
<link rel=”pingback” href=”<?php bloginfo( ‘pingback_url’ ); ?>”>
<?php wp_head(); ?>
</head>
<body <?php body_class(); ?>>
<?php do_action( ‘woodmart_after_body_open’ ); ?>
<div class=”website-wrapper”>
<?php if ( woodmart_needs_header() ): ?>
<!– HEADER –>
<header <?php woodmart_get_header_classes(); // location: inc/functions.php ?>>
<?php
whb_generate_header();
?>
</header><!–END MAIN HEADER–>
<?php woodmart_page_top_part(); ?>
<?php endif ?>
thanks
David