In your Mikel/word/wp-content/themes/esp-mikel-theme/style.css file change this:
Code:
#access .menu-header ul,
div.menu ul {
list-style: none;
margin: 0;
overflow: auto;
}
to:
Code:
#access .menu-header ul,
div.menu ul {
list-style: none;
margin: 0;
overflow: hidden;
}
I'm not exactly sure why that fixes it. In general that would tend to indicate that there's an uncleared contained float for that element.
This change shouldn't create problems in other browsers but might. If so, let me know how, and let me know in which browser(s).
Bookmarks