Reply To: Logo image in the nav-bar?

Homepage Community Forums Epik Theme Support Logo image in the nav-bar? Reply To: Logo image in the nav-bar?

#4446
Wes
Moderator

    This is a theme issue, I just noticed it the other day. I’ll have an update for it soon. Until then you can do this to fix it –

    Remove this from line 2730 in your css –

    .epik-black #header a {
    	color: #fff;
    }

    To adjust the spacing take a look around line 1054 for this –

    #header .genesis-nav-menu a {
    	padding: 14px 20px 5px 0;
    	padding: 0.875rem 1.25rem 0.3125rem 0;
    }