Hover in Sub menu
I had to increase the width of the submenu, so the sub menu items fit in it. I did it in the custom css sectin and added:
.sub-menu{
padding-right: 30px;
}
Now the hover color and the lines are not continious.
URL:
Menu item "Leistungen"
Comments
to increase submenu item`s width, you should use below css instead: