Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Changing Header to full width screen


billyjack

Recommended Posts

Posted

I see a lot of sites out there that have changed there header image. I have changed my image easy enough but now I have white space to the right. In javascript I could add a spacer.gif to stretch the right side not sure how to do it in php.

 

the line where I think it should go is 105 in the header.php

. tep_image(DIR_WS_IMAGES) . 'myheaderimage.gif', 'alt tagtext'') . '</a>';

 

maybe I am looking at it wrong please advise

Thanks in advance

 

to view http://www.handynursery.com/catalog

Posted

If I understand your question correctly, you want your entire header to match the color of the background of your "Logo"?

 

 

 

Go to your catalog/stylesheet.css file and look for this:

 

 

 

TR.header {

background: #XXXXXX;

}

 

 

Change the XXXXXX to the color code of the green box headers of your site. That should take care of it. 8)

 

 

 

Mark

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...