Resizing banner question

jlpeifer

Joined: 2003-11-27
Posts: 5
Posted: Sun, 2005-04-24 17:24

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.

 
mindless
mindless's picture

Joined: 2004-01-04
Posts: 8601
Posted: Mon, 2005-04-25 00:15

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..