On custom theme admin header pushes the content down breaking the layout.

Using Drupal 6-14 on Vista WAMP Server.

Comments

Kutakizukari’s picture

Oh I should ask is there any way to fix this that I have missed?

Kutakizukari’s picture

Ok I have set

body{
position:relative;
}

div#admin-toolbar {
position:absolute;
width:100%;
}

and that fixes the content from being pushed down but any content under the 20px height admin header will not be seen.