Reply To: Header dimensions

Homepage Community Forums Epik Theme Support Header dimensions Reply To: Header dimensions

#15481
Eric
Customer

    @SusieQ FYI when you post in Private only Moderators can view your posts. Regular members/customers can’t see what you’re posting. You would only need to use the Private Reply Option when adding a user/password or a link, other than that, you’ll need to post regularly. I had to contact a Moderator to figure out what you wrote.

    To answer your question, in order to push the navigation down more, you can add more space to it on line 1996 in your Style.css file –

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

    It’s recommended to remove the rem line – padding: 2.5rem 0; and just use px instead. Just adjust the px to whatever looks good to you, and that should be it. Here is an example you can start with –

    .header-image .site-header .widget-area {
    	padding: 140px 0;
    }

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