Header Menu Height Resize

Home Forums Gillion Theme Header Menu Height Resize

Home Forums Gillion Theme Header Menu Height Resize

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    RESOLVED Posts
  • [email protected]
    Participant

    Hello Support Team,
    Please guide me how can I decrease my Header menu size.

    Also wants to decrease the size of the Sticky Header.

    I am using Clean

    https://unboxhow.com/cybersecurity/

    Attachments:
    You must be logged in to view attached files.

    Hi @ask,

     

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

     

    You can change its size in the theme styling settings as shown in the attached screenshots.

     

    Best regards,
    Shufflehound team

    Attachments:
    You must be logged in to view attached files.

    [email protected]
    Participant

    Hi, Thanks for the response. But I was not talking about the font size. Please see my attached screenshot. I want to decrease the whole header height.

     

     

    Attachments:
    You must be logged in to view attached files.

    Solution for this topic

    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

     

    div.header-logo {
        padding: 0;
    }
    
    div.header-logo img {
        max-height: 80px;
    }
    
    

    [email protected]
    Participant

    Awesome. Thanks. It worked

    You are most welcome here 🙂

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