• Hi All,

    Want to change the header height.
    Any suggestions are welcome.

    cheers,
    henry

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hello there,

    Can you please try this.
    Open Appearance > Customize > Additional CSS and add the following css:

    .navbar-custom .navbar-nav > li > a {
    padding: 15px 12px;
    }

    .navbar-custom {
    min-height: 70px;
    }

    .navbar-custom .navbar-brand {
    padding-top: 18px;
    padding-bottom: 0;
    }

    Thread Starter monodesax

    (@monodesax)

    Chris,
    Sincerely appreciate your code! Especially from across the Pond in Liverpool.

    henry from San Francisco, CA.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Activation theme: Change header image height’ is closed to new replies.