Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #117684
    Danielle Nelson
    Participant

    Is there a way to make the header height smaller on all of my pages? Currently the primary menu, title and tagline take up approx. 1/3 of a screen.

    https://gsplife.com/

    By the way, I went to submit a review and am having complications… Still working on it.

    Thank you!
    Danielle

    #117716
    Pratik
    Keymaster

    Hi @dnelson503,

    Try adding following code in Appearance=> Customize=> Custom CSS box:

    
    /* For Site Navigation */
    #site-navigation {
        padding: 15px 0;
    }
    
    /* For Header */
    #site-branding-wrap {
        padding: 20px 0;
    }
    

    You can decrease the size above first 15px for menu and 20px for header text and site description.

    Let me know how it goes.

    Regards,
    Pratik

    #117870
    Danielle Nelson
    Participant

    Wonderful! Thank you so much!

    #117891
    Pratik
    Keymaster

    Hi @dnelson503,

    Great it worked out. If it is not too much to ask, can you let me know what complications you are having while reviewing the theme at wordpress.org?

    Regards,
    Pratik

    #118048
    chimobyte
    Participant

    I have this same issue but the problem is that I don’t know where to put in this code. if I copy this code because I cannot locate the custom CSS. I only see editor. please help

    #118087
    Pratik
    Keymaster

    Hi @chimobyte,

    It should be in Appearance=> Customize=> Additional CSS from your admin dashboard. If it does not work, please post in your site url.

    Regards,
    Pratik

    #118090
    Pratik
    Keymaster

    Hi @chimmobyte,

    I will follow up on post: https://catchthemes.com/support-forum/topic/how-to-reduce-my-header/#post-118067

    For future references, please do not post same question on different posts.

    Regards,
    Pratik

Viewing 7 posts - 1 through 7 (of 7 total)
  • The topic ‘Make Header Height Smaller’ is closed to new replies.