Hi Maria
Thank you for your reply.
I have added the code suggested, and it has mean the navigation bar appears the same on the home page as well as the others.
I had hoped to have an extended naviagation bar that goea across the whole page :
eg – https://www.bbc.co.uk/gardening/ the black navigation bar here
(im not sure if i need to start a new thread to go in to his)
You mentioned that the home page of my site has a different structure with respect to the other pages…. i was wondering – is there a way that i can make them the same?
(eg another change i have made is adding an (example) picter to the header). but again this hasn’t happened on the home page but it does appear in the rest.
I made this change in the header.php file
by adding <img id=”site-logo” in
<h1 id=”site-title”><span>” title=”<?php echo esc_attr( get_bloginfo( ‘name’, ‘display’ ) ); ?>” rel=”home”><img id=”site-logo” src=”<?php echo get_stylesheet_directory_uri(); ?>/images/site-logo.png” alt=”” /><?php bloginfo( ‘name’ ); ?></span></h1>