Reply To: sub nav height

Homepage Community Forums Legacy Theme Support sub nav height Reply To: sub nav height

#9116
Wes
Moderator

    In reference to posting in the Forum – Anytime that happens, just hit your reload button on your browser. That will clear your browser cache by default. It’s just a caching issue.

    You can edit the #subnav around line 349 in your css –

    #subnav {
        background: #a80202;
        border-bottom: 1px solid #ffffff;
    }

    You can add some height there, or you could add padding to the top and bottom if you want to keep the links in the very middle. padding: 20px 0;