My theme is "clean home".
My biggest problem is to move the header-image over the nav which is served as a menu right now. I saw that in the code div for "nav" is above div "header-image" but I think there should be a way to control it in the CSS but I can't find a way yet.
The second problem is the theme only take image size 900x200 pixel but I want the header image height only 150px. I tried to use CSS to control by adding height to the "#header-image" on the stylesheet but that cause the layout to break. Is there anyway to reduce the size of the header-image?
Also there is a huge wasted space on the top because of an unused div tag
"<div class="header">
<div id="logo">
<h1>The High Heel Gourmet</h1>
<h2>by Miranti</h2>
</div>"
This is the div for the "generic header" that I didn't use. It seems to take up the space even though, I did reduce all the padding and margin as much as I can until it looks like the current site now but it still takes at least 10-15 pixel. Is there anyway I can really remove that?
And Yes, I use to be a web designer but I haven't been working hands on in the last 5 years so I'm not only rustic but I don't know what's new anymore.
Thanks in advance.
This div is for the "generic header" that I didn't use but it's there anyway. Is there a way I can remove it.
The blog I need help with is highheelgourmet.wordpress.com.