Hi,
I got a problem that the sub menu on the main menu does not show in normal situation, unless making hoover with the mouse (not like it shows on the demo!)
how can I fix that??
please see: http://derberliton.de/
thanks,
Avi
div#horiz-menu ul li#current ul {
display:block !important;
}
Hi
Try this code at the end of template.css file:
- Code: Select all
div#horiz-menu ul li#current ul {
display:block !important;
}
Hi
I know it's in the code, but it does not appear in the code of the site. But I think I know what is the problem. The css is compressed and probably even after the changes the new code isn't used because the compressed file has not refreshed. Please try to disable compression and I'm sure the code will affect the menu.