Would like to make header a bit bigger

Hi all, would like to make my header bigger could anyone advise on how i could do this
i can’t seem to find what theme i am using as this may be information needed,
i was informed it is on the dashboard on the left but i can’t see it.any help much appreciated. version 3.3.2

It’s very easy to identify a theme in Wordpress… Login to admin and you’ll see “Appearance” -> “Themes”.

If you want to edit theme files, you can go to “Appearance” -> “Editor”

Hope it helps…

Finding the place to make changes is only a part of the story. Then you need to know what changes to make. :slight_smile:

Feel free to post a link to your site, with an indication of how you want it to change. It will probably require changes to your CSS file.

Hi ralph.m, here is my link :http://www.scrapcarslegally.co.uk/
it’s a bit compressed, do you agree! just think it would look better slightly taller.

You could do things like remove the height here:

#site-description {
  clear: left;
  float: left;
  text-align: left;
  font-weight: bold;
  font-size: 16px;
  color: black;
  width: 750px;
  font-family: MyriadProRegular;
  margin: 5 0 40px 0;
  [COLOR="#FF0000"]height: 40px;[/COLOR]
  line-height: 50px;
}

Hi ralph.m is this code in the css or header?

I couldn’t really tell, as the CSS file seems to be zipped. But it should be in your CSS file somewhere. (Normally it’s easy to tell, but in this case the location isn’t clear.)