Quote Originally Posted by smartster1983 View Post
Okay i'm looking at: /public_html/includes/templates/comstock/css

I've amended the stylesheet.css file. It now reads:

#logoWrapper {
margin: 0 auto;
padding: 0;
width: 907px;
height:100px;
background: #f2f2f2;/* url(../images/smokinlaces.jpg) no-repeat;*/
position: relative;

- Is this correct? It hasn't made any difference to my site. The web address is www.smokinlaces.com
If you are trying to add a background image, this will not add and image as it is enclosed with /*blah blah*/

If you are replacing the existing header backgound image, you would just replace it in the files. Unless you have made size changes, there should be no need to touch the css.