How to reduce the size of the header?

Home Forums Jevelin Theme How to reduce the size of the header?

Home Forums Jevelin Theme How to reduce the size of the header?

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
  • adarsh_envato
    Participant

    I would like to reduce the size of the header of my website http://www.pcrealty.in

    I haven’t found any option to adjust the size of the header in the customizer. I’m using WP Bakery and Header 1 as the header for my website.
    Please guide me to reduce the size of the header ASAP.

    Hi @adarsh_envato,

     

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

     

    You can reduce the header size 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

     

    #page-container .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

    adarsh_envato
    Participant

    It’s not working, please help me out

    I don’t see the shared CSS code used on your website so could you please tell me how you are using it on your website?

Viewing 4 posts - 1 through 4 (of 4 total)