Reply To: Thin Banner (header)

Homepage Community Forums Epik Theme Support Thin Banner (header) Reply To: Thin Banner (header)

#3109
Wes
Moderator

    It’s the bottom margin on the #subnav. Take a look around line 1010 in your css for this –

    #subnav .wrap {
    margin: 0 auto 20px;
    width: 1152px;
    }

    …adjust the 20px to 10px or less and it will be even.