I want to resize the height of the header of my site, but cannot find a way out I want to reduce the height of the header Site How do I do it ? Help is appreciated.
If I understand correctly, you want to reduce the size of the heading image, you need to first reduce the size of the image, http://www.propertymagic.net/wp-content/themes/cosmo/style.css and then in your css file is, http://www.propertymagic.net/wp-content/themes/cosmo/style.css find, .top { height: 261px; } change the height to the new height of your image. Good luck, Nicangeli
Thanks for the help. If I reduce the height, it distorts the image. I guess I will have to work something with the image size.
Hi Apsire, the easiest way would probably be to open the image in photoshop and crop it down to the height you want and then re-upload it and change the CSS file like nicangeli said.
Hello, Like the post above me, if you have Photoshop, you can go to crop and hold the shift button down, and size it down, and if your holding down the SHIFT buttons then it will crop it down and keep the image exactally in perportation and look good. And then you can just use your CSS or HTML code to set the height and width in the html file as well. Shawn ShawnsITSolutions
hi, css is best way to modify all of the things in web site , we can change page view without any image or javascript. i agree with nicangeli, thnx to giving this kind of info,
I downloaded the image and did a proportionate refit and then uploaded it again. And a little bit of tweaking in the css file. Its working fine now as per my requirements. Thanks to everyone for their suggestions.