Thread Starter
W2014
(@w2014)
ok i got it, in case someone wants to know it. just ad this to the menu theme css ( i wanted the width=140px ):
#{$wrap} #{$menu} > li.mega-menu-item {
width: 140px;
}
so, my css looks like this now, because i want rounded corners for the flyout menu and all looks perfect:
#{$wrap} #{$menu} {
/** Custom styles should be added below this line **/
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu {
border-bottom-right-radius: 20px;
border-bottom-left-radius: 20px;
}
#{$wrap} #{$menu} > li.mega-menu-item {
width: 140px;
}
#{$wrap} {
clear: both;
}