Thread Starter
mixam
(@mixam)
I added in a custom design of the plugin the following:
/** Push menu onto new line **/
#{$wrap} {
clear: both;
}
#{$wrap} #{$menu} > li.mega-menu-item {
max-width: 150px;
}
#{$wrap} #{$menu} > li.mega-menu-item > a.mega-menu-link {
line-height: 1.5;
}
Thread Starter
mixam
(@mixam)
Yes, I solved the problem myself, sorry to bother you.