How can I add an image in the header?

If you visit this site

You can see the grey bar at the top which includes a tag and links.
I’d like to put an image in that bar, and also one on the main body of the page.
I can’t find how to do this in the theme settigs, could someone advise please?

Hi @garyf,

I hope you are well today and thank you for your questions.

You can display the image there by setting header image as shown in the attached screenshot or use the following plugin to display image in the menu.

Where exactly do you want to display the image in the main body of the page?

Best Regards,
Movin

I can use Wordpress controls to add an image, but I can’t get it to fit the width. I made 2 end pieces also so that if they repeat they don’t look silly, but I can’t get the image to exactly fit the header.

On my screen there is a significant amount of space between the edges of the screen and the actual page. So I wanted the whole body to be an image, so that the dead space not being used by either the blog text or the sidebar shows parts of the image.

Update: I know how to do the page now, I just don’t know how to do the header

To achieve this please use the custom plugin solution shared in this topic https://colorlibsupport.com/t/how-do-i-find-my-header-size-now-i-adjusted-the-header-menu-bar/#post-55681 and also try adding the following CSS code in the Custom CSS option of your theme on the below path.

Admin Area -> Appearance -> Customize -> Additional CSS

.navbar.navbar-default > .container {
    width: 100%;
}