My header image is 800x380. The Autofocus theme only allows for a header of 800x216. I'd like to alter the head size to accommodate my header image. Is this possible, and if so, how can I do this? I am have very limited experience with HTML and CSS. Any help would be appreciated!
I believe this is the code for the header image. I see where the width is defined but not the height.
#header-wrapper,
#header,
#access,
div.menu,
#content,
#sidebar,
#comments,
#footer {
display: inline;
float: left;
position: relative;
}
#header-wrapper {
width: 800px;
}
#header {
padding: 24px 0 48px;
width: 595px;
The blog I need help with is nomadwithcookies.wordpress.com.