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

aimutch’s picture

I think I ran into this problem myself at one point. Are you using the latest version of the theme?

maddentim’s picture

I 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...

jacine’s picture

You can also set the height of the header in the theme settings.

jacine’s picture

Status: Active » Fixed

Status: Fixed » Closed (fixed)
Issue tags: -CSS, -header logo

Automatically closed -- issue fixed for 2 weeks with no activity.