Reply To: Header height – iPhone Only

Homepage Community Forums Epik Theme Support Header height – iPhone Only Reply To: Header height – iPhone Only

#13122
Wes
Moderator

    You can add this code to the iPhone section in your css (responsive css at the bottom) and that would remove the extra spacing/height –

    .header-image .site-title a {
        min-height: 0;
    }