Home › Community Forums › Epik Theme Support › Epik header widget custom menu, floating a little too high › Reply To: Epik header widget custom menu, floating a little too high
February 6, 2014 at 9:11 am
#10442

Moderator
You can add padding-top
to the widget area on line 1988 in your css –
.header-image .site-header .widget-area {
padding: 16px 0;
padding: 0rem 0;
padding-top: 20px;
}
and that should make it center.