Reply To: Drop the Menu Bar lower

Homepage Community Forums Epik Theme Support Drop the Menu Bar lower Reply To: Drop the Menu Bar lower

#11360
Eric
Customer

    Looks like you’ve made some changes….but if you still need to move it down, you can look for this in your css –

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

    Then add some margin at the top –

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

    I create awesome sites for awesome people! Contact me if interested – ericsanchez1585@gmail.com