• I finally figured out how to replace my header, however it is not placed correctly. My websited is conchowebdesign.com
    Thanks in advance

Viewing 4 replies - 1 through 4 (of 4 total)
  • Try editing style.css and changing:

    div#header {
    background:transparent url(img/headernew.png) no-repeat;
    height:233px;
    width:1000px;
    }
    
    to

    div#header {
    background:transparent url(img/headernew.png) no-repeat center top;
    height:233px;
    width:1000px;
    }`

    Thread Starter drparlayy

    (@drparlayy)

    Thanks bunches, that centered, now the only problem is that there is space between the bottom of the header and the top of the nav bar, ( I think that is what it is called) of course I am a noobie, so I am not sure. Sure do appreciate all your help!

    Find the following code in style.css and change the height to about 210px

    div#header {
    background:transparent url(img/headernew.png) no-repeat scroll center top;
    height:233px;
    width:1000px;
    }
    Thread Starter drparlayy

    (@drparlayy)

    That did it , thanks so much!

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘My new header image is not centered, Help’ is closed to new replies.