Viewing 2 replies - 1 through 2 (of 2 total)
  • Open your style.css file and find #header. You’ll have to change your height attribute from % to actual pixels as follows:

    #header {
    width: 100%;
    background: #000;
    height: 130px;
    background: #FFF url(‘images/blogheader.jpg’) top center repeat-y;
    }

    Good luck!

    Thread Starter runcolo

    (@runcolo)

    Thanks!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Banner Help!’ is closed to new replies.