treehouse : what would you like to learn today?
Web Design Web Development iOS Development

Changing Header Dimensions

  • Hi,

    I'm trying to make the custom header on this site bigger, the height is restricted to 96px and I can't seem to override it.

    http://getyourswaggaback.com

    I can't find anything in the css sheet to change, i have written in new sizes here but that hasn't helped.

      #header {
          height:150px;
          border-top:#000 3px solid;
      }
    
      #header-image {
          display:block;
          max-width:99.1%;
          height:150px;
          box-shadow:0 0 3px #999;
          background:#fff;
      }
    

    Please help.

  • I don't understand. It appears to be 150px to me?

  • The problem is the image won't go any bigger than 96px high. I need it to be much larger.

  • The makers of the theme said that there's a bug within the custom header that they need to fix. Could that be why I can't resize it myself?