Closed (cannot reproduce)
Project:
TB Sirate
Version:
7.x-1.0
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
20 Feb 2013 at 13:47 UTC
Updated:
7 Aug 2013 at 21:58 UTC
It doesn't seem to happen on your demo site but in chrome my horizontal superfish menu appears over the top of the title bar.
I am using the orange theme and the only things I have done is to add the main menu superfish block to the menu region and replace the logo with a different one.
I found that removing line 54 from page.css fixed it (and didn't seem to break other sites).
#header {
clear: both;
/* height: 100px; - This seems to break the header/menu/title area in chrome */
padding: 60px 0 0;
}
Comments
Comment #1
rooby commentedComment #2
williampham commentedComment #3
hwasem commentedThanks for posting this. I had the same problem in IE9 as well. Fixed now!