• i would like to put a header image in my site’s theme….

    The website that i got the theme from displayed the theme with a image in the header, but now that i have installed it on my site, no image came up in the head nor any option to put the banner in the header however there is a option to put in a google adsense link in which i did, but i still want a banner image up there.

    here is the website that the developer showed for preview, the image colour is red, it also says the word red in it beside a windows sign.
    http://www.dezzain.com/testrun/

    here is my site with the same theme but without the image.
    online-career.com

    i check the website code where the theme was and found out that this code below was placed in the header.

    <div id=”custom-img-header”><img src=”http://www.dezzain.com/testrun/wp-content/uploads/2008/09/cropped-vista-ultimate-red.jpg&#8221; alt=”Dezzain Testrun” /></div>

    However i do not understand how to edit my Style Sheet(style.css)
    so that it can accommodate this image.

    please could someone help me to do so, and if that’s not the problem tell me what is.

    thank you.

Viewing 1 replies (of 1 total)
  • Go to Appearance–>>Editor and paste this code in style.css file

    #custom-img-header {
    margin: 0px;
    padding: 20px 0px 0px;
    float: left;
    height: 129px;
    width: 970px;
    }

Viewing 1 replies (of 1 total)
  • The topic ‘I Need Help With My Style Sheet(style.css)’ is closed to new replies.