Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #320678

    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!

    #320948

    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

    #321201

    Many thanks Ismael.

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Custom Menu Height’ is closed to new replies.