There appears to be a 1 pixel border or 1 pixel margin between the navbar and the breadcrumb area. In my case, this is a transparent border so I’m seeing a line of the background image. I don’t want to see any background. I tried setting border:none for .x-navbar, even using “! important” and still it’s not working. If I set “display:none” for x.-navbar, I don’t see the transparent line anymore which is why I think it has to be in the x-navbar css somewhere, I just can’t find it.
I’ve tried the suggestions from similar topics but none have worked.
Help?