Home › Forums › Gillion Theme › Header Menu Height Resize
Home › Forums › Gillion Theme › Header Menu Height Resize
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/
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
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.
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; }
Awesome. Thanks. It worked
You are most welcome here 🙂