I need to create a mega menu. Who can help me please
Hello Andres ,
Check you this video tutorial on how to make mega menu
Hope this helps!
Best,
Mustafa
Thank you, but i need with wix code
To create mega menu, you have to use boxes and collapse feature to toggle stuffs between expand and collapse .
Using this along with boxes you can create any menu you can imagine.
if( $w("#myElement").collapsed ) {
$w("#myElement").expand();
}
else {
$w("#myElement").collapse();
}