Ok, I'm having some trouble with the header space.
I really don't want the site title and description to be displayed, but if I remove them entirely then there are two problems; first, the default favorites text is gone since it uses the site title for that. Second, the header space is actually partially defined by that text. If it's removed then the virtical space is defined by the logo image and the search bar, if you logout the search bar dissapears and the vertical space is reduced by half or more, basically to the area of the logo image plus top/bottom margins. The result is that only part of the header image is displayed to guests; which looks dumb.
To fix the first problem, that the favorites text is missing, I implimented the following tip I got from TopDown back in 2009 (thanks again TopDown!):
topdown wrote:Edit your overall_header.html and find
- Code: Select all
<h1>{SITENAME}</h1>
<p>{SITE_DESCRIPTION}</p>
Change to
- Code: Select all
<!--h1>{SITENAME}</h1>
<p>{SITE_DESCRIPTION}</p-->
This works for that purpose. However, just as if you removed the text entirely, when you logout the header space is reduced. Alternatively, I tried changing the font to black (since my header image has a black background). This didn't work because, as I failed to notice, the font for the {SITENAME} is defined by <h1>, so putting <font> tags around it doesn't do much besides crew things up. Obviously my knowledge of html (and coding generally) isn't top-notch.
Basically what I'd like to do is fix the header space to a specific virtical size. In the past I've fixed the virtical height by forcing the top margin on the search bar. This has the effect of increasing the space. However, I never noticed that when you logout the search bar goes away and the space is reduced accordingly.
Can I fix a margin to the site logo image that would have the same effect? Is there some other way to force the height of the header space?
Alternatively, and probably much more complicatedly (is that a word?), in an ideal world I would like the search bar to not be in the header space at all. I'd be fine if it was in the right side of the breadcrumbs section (what I call the gray bar with the "Board Index" link on the left side), or somewhere else under the header. Maybe in the white area below the breadcrumbs line.
I just don't like my header images to be obscured.
This brings me to my final comment; the bottom 5-10px (not sure exactly how many) of the header don't get displayed. This is evident if you put a border on a header image and look at it in glacier. This might just be a bug that nobody noticed, but it plays havic with header images that use space symetrically. I usually fix this, again, by playing with the top margin on the search box, but it seems like something worth fixing for future versions.
This whole headerspace thing is my ONLY complaint about Glacier. It's my favorite style. I love it. I especially love that it supports custom header images with such flexibility. I just don't like how difficult it is to modify that space.
Edit: If you'd like to see what I'm talking about, the forum in question (currently under construction) is at
www.stormtrooperlounge.com