How To Adjust Separator Between Horizontal Menu Iiems

Hello,

I have a menu with horizontal layout (layout:“y”) but I want to hide the vertical separators between the menu items. How can I do that? I tried a few things with a css but couden’t make it work.

Thank you.

Hello @Pieter,
Please note that:
layout:"y" - the vertical orientation
layout:"x" - the horizontal orientation (default value)

By default, the menu with layout: "y" property has no separators.
They can be added manually through the template:

 { $template:"Separator" }

If I understand you correctly, you mean the horizontal menu. In this case, you can use CSS to remove separators:
https://snippet.webix.com/dut2fjd6

OK thank you