Home Forums Jevelin Theme How to change header height? Reply To: How to change header height?

Home Forums Jevelin Theme How to change header height? Reply To: How to change header height?

Shufflehound
Moderator

You can try to use this CSS snippet to change header padding:

 

.sh-header .sh-nav-container {
    padding-top: 15px!important;
    padding-bottom: 15px!important;
}
Let us know if that works.