Reply To: Epik logo image in header not adjusting correctly

Homepage Community Forums Epik Theme Support Epik logo image in header not adjusting correctly Reply To: Epik logo image in header not adjusting correctly

#9455
Wes
Moderator

    That is actually padding coming from the widget on the right –

    .header-image .site-header .widget-area {
        padding: 40px 0;
        padding: 2.5rem 0;
    }

    Line 1974