I copied the veloria theme to a new theme directory, then replaced the 600x50px banner.gif in the /images directory with my own 600x100px banner.gif file. When I loaded up the new theme in a browser, all I was able to see was 50px of my 100px high banner. The remaining 50px was cropped away.
What must I modify in order to change the height of the diplayed banner graphic?
Seems it'd be CSS-related, but a search of the CSS files related to the theme turned up nothing.
advTHANKSance.
Posts: 8601
try putting
height: 100px;
in the #gsHeader definition in your theme.css
the image is a background image and not the content of that container, so it won't expand the container to fit your whole image..