[wp-hackers] Footer of 2.7

Moritz mo at cobalt.cc
Mon Oct 27 07:47:09 GMT 2008


You could try to alter the height of the footer element. Hook in some 
custom CSS into "admin_head" with something like

#footer {
    height: 100px;
}

or so.

-mo


More information about the wp-hackers mailing list