Hello - I have a question and please pardon me if this was already asked and answered. I looked though the posts but could have missed it.

For the header (image header-bk.jpg), I wanted to use my own graphic and not use the logo.jpg nor do I want the slogan to show.

in the header.php I changed the following:

PHP Code:
// added defines for header alt and text
  
define('HEADER_ALT_TEXT''');
  
define('HEADER_SALES_TEXT''');
  
define('HEADER_LOGO_WIDTH''');
  
define('HEADER_LOGO_HEIGHT''');
  
define('HEADER_LOGO_IMAGE'''); 
now I am trying to figure out how to change the hight of the header-bk.jpg. I tried to edit it in the css but, for me it's not working

Also, if I wanted to add more images next to the twitter and facebook images, where would I add those?

thanks for your help. its a very nice design.