Changes in header image height and width
-
I’m trying to change the height of header image under style.css. BUT no update is taking place.
Under my theme multi-color their is an option to upload header image ” exactly 1100×200″ which i have done . Note: image will not be updated till it is been uploaded throught this option .
At the same time I also transfered the header image file under theme image.
BUT when I try to change the theme height under style.ccs the same has not been updated .
header image under style.ccs coding is
#wrapper { background: #fff; margin: 0 auto 0 auto; text-align: left;width:1100px; overflow: hidden; -webkit-box-shadow: 1px 1px 15px #000, -1px -1px 15px #000; -moz-box-shadow: 1px 1px 15px #000, -1px -1px 15px #000; }
#header-bg {
background:#E7E6E6 url(images/wheader.png) no-repeat scroll 0 0;
height:230px;
position:relative;
border-top:5px solid #fff;Could anyone help . I’m new in this .
- The topic ‘Changes in header image height and width’ is closed to new replies.