Reply To: want to resduce header height

Homepage Community Forums Epik Theme Support want to resduce header height Reply To: want to resduce header height

#15096
MVC
Customer

    Hi rajaindian,

    Try eliminating the padding for “.widget-area” style.

    After this code:

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

    Add this code:

    .widget-area {
    padding: 0 0;
    }

    Good luck!