Topic: Moving a header image up a tad.
I'm in the process of editing a theme to work with my site. I have a header image that I've put there in a kind of sloppy way by editing the CSS and putting it where the board title should be.
#brdtitle {
background: url(http://www.berkeleyjsa.org/rw_common/themes/freshtwo/images/header.jpg) center top no-repeat;
height: 230px;
}
That gives me this: http://www.berkeleyjsa.org/forums
But I'd like the header image to be all the way at the top, like this: http://www.berkeleyjsa.org/
What would be the best way to do that?? I've tried with that CSS file but I can't figure it out. Do I have to edit a template file? What would be the best way?
Thanks for your help!
P.S. even better would be if it could be put there without using the 'brdtitle' part of CSS so I could make that invisible and not have text overlaid on my header image when I enter the (required) board title.