Adjusting Header Size

  • Hello,

    I’d like to reduce the header height from 300px to 200px. Can someone help me with the code? I have one other custom code on my site now, do I have to do anything differently when adding new code so that the other is not effected?

    Thank you

    The blog I need help with is: (visible only to logged in users)

  • As it is a weekend there are fewer Staff working and that means you will have to be patient while waiting for help.

  • Hello,

    That’s ok you already add some custom code to your site, you just need to hit ENTER for a new line and add the new codes. Try the code below to reduce the header height and let us know if worked:

    @media screen and (min-width: 960px) {
      .no-site-branding .header-image {
           margin-top: 0;
           height: 200px;
           padding: 0;  }
    }
  • The topic ‘Adjusting Header Size’ is closed to new replies.