• Resolved Simon T

    (@simon-t)


    Can you tell me how to decrease the height of the header so the slider appears closer to the top of the page?

    decrease the height of the nav box holder may also achieve this?

    Thanks!!

Viewing 1 replies (of 1 total)
  • Try

    .navbar-wrapper {
      margin-bottom: 0;
      margin-top: 0;
      max-height: 60px;
      position: relative;
      top: -60px;
      z-index: 200;
    }
    .navbar-inner .social-block {
      float: right;
      margin-right: 0;
      margin-top: 10px;
      position: relative;
      text-align: right;
      top: 40px;
    }

Viewing 1 replies (of 1 total)
  • The topic ‘header height’ is closed to new replies.