On Sat, 15 Jan 2011, David Benfell wrote:
To do this, you probably need to modify the skin you're using. In the skin I'm using, there is the following code snippet:
I forgot to mention this is in main.css.
#p-logo { top: 0; left: 0; position: absolute; /*needed to use z-index */ z-index: 3; height: 155px; width: 12em; overflow: visible; }
I'm guessing you would want to reduce the height and width to zero.