By walterbyrd on
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.
This happens in any browser.
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.
This happens in any browser.
Comments
This does *not* happen in any browser
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.
try specifying a height for
try specifying a height for the #header
<div>.- Corey
Yep, that is exactly it.
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.
the maintainer of the theme should fix this
if you were to file a bug report / feature request, he'd know about it and would probably fix it. :)
More problems - the theme does not work in MSIE-7
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.