Kleo
Fix hidden sub menus and correctly align extra menu items
Go to Mega Menu > Menu Themes > Custom Styling and paste in the following:
1 2 3 4 5 6 7 8 9 10 |
.mega-menu-primary.header-overflow .kleo-main-header { overflow: visible !important; } @include desktop { #{$wrap} #{$menu} li.menu-item { display: inline-block; margin-right: 10px; } } |