Reply To: Reducing Spacing Between Header and Navigation

Homepage Community Forums Legacy Theme Support Reducing Spacing Between Header and Navigation Reply To: Reducing Spacing Between Header and Navigation

#11535
Wes
Moderator

    It’s located around line 1257 in your style.css file –

    .header-image .site-title a {
        float: left;
        min-height: 164px;
        width: 100%;
    }

    You can remove or adjust the min-height: 164px;