Hello all Drupal friends
I am using Garland theme, and trying to modify it to make the gradient color header bigger so I can place a larger icon inside. I am using custom colors.
This is what I did for now:
1) modified this line in the style.css file in garland to this:
#wrapper #container #header {
height: 190px; /* it was 80 */
}
This way the header area augments.
2) modify by hand the file body.png in themes/garland/images/
I open it in Photoshop, Gimp or any other editor. Augment the canvas size by 110 up, to 390, moving all the layer same size down. Then select the white upper pixels, copy to another layer, paste and move it to top in the canvas.
Then select the gradient coloured part, scale it up to the white upper pixel. Merge all layers and save as png. Replace body.png with this image.
---
For some reason, when I generate the theme again with my custom colors, the image body.png is still 280 pixels and not 390 as it should be.
I can manually fix this doing by hand point 2) with files/color/garland/body.png. But the other graphics that depend on a well generated gradient ( those sorrounding the logo and the square over the sections) don't be modified by this, so it is not a nice solution.
I think that somewhere in Garland theme is the solution for this, so I can generate all images automatically.
Do you know where?