The attached shows what has happened to my site after I added its logo via the admin menu. I'm not good enough with CSS to understand exactly what's causing it -- I've been using Firebug and the two classes are menu-l and menu-r (left and right) but when I disable them, the area just turns "menu gray".

Any ideas, anyone?

CommentFileSizeAuthor
wabi-header-issue.jpg36.72 KBtecsbrain

Comments

tecsbrain’s picture

I should mention that changing the size of the logo does not have an impact; I originally thought it might be too wide, but I scaled it down and that still didn't help.

gipl’s picture

you can increase the height of header in .css file like

table#header {
width: 100%;
padding: 0px;
margin: 0px;
vertical-align: top;
line-height: 0em;
height: 100px;
}