Hi,
Looks a really nice module, well done!
I'm having a issue on setting up my mega menu in a block - the drop down is being cut of by the height of the block it is contained in.
Any help much appreciated, apologies if this has already been covered elsewhere.
Thanks,
Shane
Please check your block CSS, there's a property: overflow: hidden;
please remove this, it will work.
If it break your layout, try to make custom block region, forexample: you added megamenu to region called menu, so try to go to themes folder -> templates and copy block.tpl.php to block--menu.tpl.php and put in block--menu.tpl.php thiss code:
<?php print $content; ?>
clear site cache, it will work too
Nice one neo - that worked a treat!