Hi
In the Enfold Theme Options the current minimum value for ‘Header Layout’ -> ‘Header Custom Height’ is 45px. How does one define a custom value that’s less than 45px?
Thanks!
Hi danfarberoff!
Thank you for using Enfold.
You can set the height of the header via CSS. Use this on Quick CSS or custom.css:
#header_main .container, .main_menu ul:first-child > li a {
height: 35px !important;
line-height: 35px !important;
}
Best regards,
Ismael
Many thanks Ismael.