Active
Project:
Wabi
Version:
6.x-1.1
Component:
User interface
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
14 Oct 2009 at 18:50 UTC
Updated:
25 Aug 2010 at 09:54 UTC
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?
| Comment | File | Size | Author |
|---|---|---|---|
| wabi-header-issue.jpg | 36.72 KB | tecsbrain |
Comments
Comment #1
tecsbrain commentedI 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.
Comment #2
gipl commentedyou 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;
}