The blue/grey banner in the Golden Hour theme does not seem to work correctly. Under the site name, there is a big white space.

http://zemea.info/main/

This happens in any browser.

Comments

walterbyrd’s picture

Excuse me. I meant to say this does happen in any browser. The site seems to work in MSIE 6.X, but not in firefox.

coreyp_1’s picture

try specifying a height for the #header <div>.

- Corey

walterbyrd’s picture

Changed:

#header {
width: 950px;
padding-top: 1px;
clear: both;
background: #536D88 ;
}

to:

#header {
width: 950px;
hight: 120px;
padding-top: 1px;
clear: both;
background: #536D88 ;
}

And that fixed the problem. Maybe the maintainer of the theme should fix this.

jwolf’s picture

if you were to file a bug report / feature request, he'd know about it and would probably fix it. :)

walterbyrd’s picture

I had the theme working in IE 6.X, and FF 1.5. But, now I have found that it doesn't work with IE 7.x.

I don't know if it's because of the changes I made, or what, but the them is badly distorted. The title bar in the first article is very large and covers most to the primary links.