Hi aikey,
To distribute third level menu items over multiple columns:
Please go to Mega Menu > Menu Themes and paste this into the Custom Styling area:
#{$wrap} #{$menu} > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item-1234 > ul.mega-sub-menu > li.mega-menu-item {
width: 50%;
float: left;
}
Change 1234 to the ID of the parent item of your third level items.
Regards,
Tom
Thread Starter
alkey8
(@alkey8)
Hi Tom,
unfortunally the code doesn’t works.
I would like to do a third submenu culomn divided in two subcolumn (see attached image) https://s32.postimg.org/c0yrnrid1/Schermata_2016_06_23_alle_12_49_41.png
I don’t understand if this is possible.
Thanks again!