Home Forums Jevelin Theme Make the Nagivation Header Smaller Reply To: Make the Nagivation Header Smaller

Home Forums Jevelin Theme Make the Nagivation Header Smaller Reply To: Make the Nagivation Header Smaller

Hi @shanticfm,

 

I hope you are well today and thank you for your question.

 

You can achieve it by adding the following CSS code in the Custom CSS code option of your theme on the below path.

 

Admin Area -> Appearance -> Theme Settings -> Custom Code -> CSS Code

 

.sh-header:not(.sh-header-4):not(.sh-header-5):not(.sh-header-6) .sh-nav > li.menu-item > a {
    padding-top: 15px;
    padding-bottom: 15px;
}

 

Best regards,
Shufflehound team