I'm working with the BusinessTime theme (unmodified, fresh install) and I'm having issues with getting the MegaMenu CSS to function properly. The column layouts fail and all links/images/etc drop to one column. This doesn't appear to be block specific -- I've tried it in several different blocks with the same effect. MegaMenu does, however, work with all default Drupal themes. Any ideas for a fix?
Thanks!
The problem is BusinessTime use 960 grid system like megamenu module, and it override CSS of megamenu. I'll fix this issue in next day. Please wait!
Awesome, thanks so much for the fast response!
Please use version 1.8
You need to add some custom CSS:
#nav-menu .mm-container h3 {
display: block !important;
}
Brilliant! Works beautifully. Thanks SO much for the incredibly fast response!