I am using this code to add a separator between menu items.
li:before {
content: '\00B7';
float: left;
}
There's any way to remove the separator if I go to a new line? See picture (I want to remove the dot before "Test category 2")
This is what I have:
This is what I want to do: