Reply To: nav bar menu item spacing problem

Homepage Community Forums Epik Theme Support nav bar menu item spacing problem Reply To: nav bar menu item spacing problem

#10285
kronos
Customer

    @provirtual You can remove the letter spacing on line 1991 in your css –

    .genesis-nav-menu {
    color: #ccc;
    font-size: 13px;
    font-size: 0.8125rem;
    font-weight: 700;
    letter-spacing: 1px;
    letter-spacing: 0.1rem;
    line-height: 1.5;
    }

    Specifically this – letter-spacing: 0.1rem; …removing that from the above code fixes it.


    @bf2426
    I would still need a link in order to know what your issue is, otherwise there is no way to know since there is nothing I can inspect. Whenever you have one available I can take a look.