Hi, I have hidden item in main menu. The issue is that the template renders empty <li> record that produces empty space in the header. I have tried editing mod_menu under templates as well as under modules. But none of it seems to work. Any ideas how could I skip an item that has empty name?
Below html, template is MAXORA
<nav class="sp-megamenu-wrapper d-flex" role="navigation"><ul class="sp-megamenu-parent menu-animation-fade-up d-none d-lg-block"><li class="sp-menu-item current-item active"><a aria-current="page" href="/index.php/en/">Home</a></li><li class="sp-menu-item"></li></ul></nav>