Nav Nestable has a extra li Element that fails accessibility

See the main navigation on our dev site here.

I’m using the Nav Nestable element, which is great except it seems that each menu item has an empty li tag with a class “brxe-div” in front of it. I can’t determine if this is something I added in the backend, I don’t see anything. How do I either get rid of this element, or at least add some accessible markup to it?



You can’t wrap the drop-down elements like that in this menu, they need to be direct children of the ‘Nav items’ block

@wplit thank you, that was totally it. I don’t know why it was originally set it up that way, but now I will know not to do that again.