Homepage › Community Forums › Epik Theme Support › want to resduce header height › Reply To: want to resduce header height
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!