Reply To: Epik header widget custom menu, floating a little too high

Homepage 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

#10442
Wes
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.