Viewing 2 replies - 1 through 2 (of 2 total)
  • Try deleting this line:

    background-position: bottom center;

    and see what happens. Also, be sure to set height and width.

    #header {
       background:url(https://thecoachapproach.net.previewdns.com/wp-content/themes/your-existence/images/background_title.jpg)
       background-repeat: no-repeat;
       background-position: bottom center; /* try messing with this line */
       height: 170px;
       width: 850px;
    }
    Thread Starter georgelward

    (@georgelward)

    Thanks reflexionstudios! It works.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘IE 7 not displaying header image in WP 2.7’ is closed to new replies.