Tagged: mega menu
Howdy,
The mega menu is very cool and I’ve just got around to building ours here http://understandinge.com/magento-tutorials/
There is a however though :(
On some pages the mega menu is squashed and doesn’t show correctly
An example page is here: http://understandinge.com/meet-the-team/
When you hover on the menu, the mega menu’s are squashed and don’t fully show. A screenshot of this is here.
Any ideas what might be causing this?
Matt
Removed as fixed this myself
Hi,
Just to add to this, it appears that it’s this CSS that is causing the original issue with the mega menu width on the example page:
#header .nine.units {
width: 75px;
}
Matt