Hi, I need delete one big image in header of wp theme and add small image.. I add the image but i have big space between the header and menu.. How can i change the height? Can anyone help me? Thanks
If it's only the height try looking in your css stylesheet, look for something like: div.Header-jpeg { position: absolute; z-index:-1; top: 0; left: 0; width: 798px; height: 125px; background-image: url('images/Header.jpg'); background-repeat: no-repeat; background-position: center center; } /* end Header */ /* begin Logo */ .logo { display : block; position: absolute; left: 10px; top: 33px; width: 778px; } or whatever the name is of your header image file, and change the height. You can also rename the file to add your keyword.
Posting the link to your site might be easier for others to help, or Installing Firebug might help! Goodluck