Reply To: Reduce height of site header

Homepage Community Forums Epik Theme Support Reduce height of site header Reply To: Reduce height of site header

#7540
David Chu
Customer

    Hi,
    You want to reduce the height of that black bar on top? There’s tons of padding on the header nav. Appearance… Edit, and look for the code like this. I changed the padding setting. This looks pretty good to me.

    
    .header-image .site-header .widget-area {
        padding: 1.9rem 0;
    }
    

    Dave