change header image width

Dear all,

I wanted to change the width of the theme header from 450px width to 800px. I searched and tried to change the values inside the header.php by removing the PHP code and inserting width=“800”, it didn´t work.
Then I went to /inc/custom-header.php and put in the required values:

	'default-text-color'		=> '000000',
	'width'						=> 800,
	'height'					=> 150,
	'flex-height'				=> true,
	'flex-width'				=> true,

didn´t work… can you point me into the right direction? I´d like to have a wider header image and I am not using the social icons.
Thanks!

ps: the website is www.bjjheidelberg.de

Hi @notarobot,

Use this steps:

First: make sure that you have a child theme install.
Second: Find this file in your theme:

Third: change the class at top from container header-area to container-fluid:

<div class="container header-area">

Thanks,

Cristian

Hello Cristian, that didn´t work mate. The only thing it did was remove the left margin for the header image. But it still doesn´t show up in it´s usual size (800x152).

Hi @notarobot

So, let me understand your request: you said that you want to change the theme header width from 450px to 800px. I provided you the solution to change the width from a 1024px to a full width. Now you are telling that you don’t want this. Do you want to change the width of the logo container who is in the header? If so, you would need to put this css code:

#logo{
width:800px;
}

The result would be like in attach.

Thanks,

Cristian

That did the trick, thank you!

You are welcome,

Cristian

I would like to know how you remove the space between the top of the logo? pse see www.di-diddlesdogemporium.co.uk

@dawnbreaker1938 To help us keep support thread separates could you please create your own thread for your question here https://colorlibsupport.com/c/unite-support/ instead of replying on others thread as it makes the thread messy and hard to read.

If you want to you can also add reference of this thread in your newly created thread.

We would be more than happy to help you on your new thread.