Okay
  Public Ticket #2124462
White line next to vertical nav
Closed

Comments

  • swar76 started the conversation

    Hello,

    As you can see there is an white line on the right of the navbar.
    How can I delete this?

    Thank you.

    PS: Made this ticket public in case someone else knows how to get rid of it.

  • swar76 replied

    Fixed!

    @media only screen and (min-width: 1001px) {
        #header-outer[data-format="left-header"] {
            border-right: 0 !important;
        }
    }