Hi ellenezlife,
To add dividers between each column in the mega menu, please go to Mega Menu > Themes and paste the following into the custom styling area:
@include desktop {
#{$wrap} #{$menu} > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item {
border-left: 1px solid red;
}
#{$wrap} #{$menu} > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item:first-child,
#{$wrap} #{$menu} > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item.mega-menu-clear {
border-left: 0;
}
}
Note: each column in the mega menu will be a different height (unless they each have exactly the same number of sub menu items within) – adding a border will highlight the fact they’re different heights.
Regards,
Tom