Border in nav

1 reply · opened Dec 4, 2017

NnaomieheritageDec 4, 2017

Hi
I've been trying to remove the thin right border next to the search bar icon and it's the only border I can't seeem to find.
I tried to research by F12 and also in the document by looking for words like border-right and such but I think I missed it.
Anybody can help me?
Thanks a lot!

SSemicolon WebSTAFFDec 4, 2017

Hello,

Simply use the following CSS Code:

#header.full-header #primary-menu > ul {
    padding-right: 0;
    margin-right: 0;
    border-right: 0;
}

This will definitely work fine. Hope this Helps!

Let us know if we can help you with anything else or if you find any further issues.

Have the same question, or something new?

Sign in to the Canvas dashboard to reply or open your own topic. Canvas owners get direct help from the SemiColonWeb team.

Reply on the dashboard