What I do:
I add a Custom Logo with height 100px. Default height of Header is 100px (Default).
Result: The layout explodes (CSS problem).
1) When my site layout has Left Sidebar (L) and Content (C), then L is above C - like this:
Observed: L\nC
Expected: LC (The LC-Blocks should be next to each other).
2) When my site layout has Left Sidebar (L), Content (C) and Right Sidebar (R):
Observed: LC\nR
Expected: LCR.
(\n = newline)
The layout is correct when I set Height of Header to 103px (/admin/build/themes/settings/sky) - but then space is shown between header and navigation (div#header and div#navigation).
Comments
Comment #1
aimutch commentedI think I ran into this problem myself at one point. Are you using the latest version of the theme?
Comment #2
maddentim commentedI got around this issue with by adding "overflow: hidden;" in addition to setting the height to fit. I think this issue is a dup of this isssue: http://drupal.org/node/773354 I have not tried the method proposed there...
Comment #3
jacineYou can also set the height of the header in the theme settings.
Comment #5
jacine