Zen Cart Logo
Forums / Customization from the Admin / trouble putting the logo on main page

trouble putting the logo on main page

Views: 1,067

Results 1 to 5 of 5
5 Dec 2011, 7:30 AM
#1
devyani avatar

devyani

Zen Follower

Join Date:
Aug 2011
Posts:
199
Plugin Contributions:
0

trouble putting the logo on main page

Hi ,
I have added the logo of my shop as under:

-- this is header.php
define('HEADER_ALT_TEXT', 'Bambino');
define('HEADER_SALES_TEXT', 'Save Each Time you buy!');
define('HEADER_LOGO_WIDTH', '150px');
define('HEADER_LOGO_HEIGHT', '87px');
define('HEADER_LOGO_IMAGE', 'logo.jpg');

and then put the logo.jpg in the images folder under template.
I have attached the logo for your reference.

But the logo is not being uploaded completely.
My website URL. I am learning so pls don't mind the elementary look.
http://bambino.co.in/Shop/index.php?main_page=
Pls help,

5 Dec 2011, 11:08 AM
#2
stevesh avatar

stevesh

Black Belt

Join Date:
Feb 2005
Location:
Lansing, Michigan USA
Posts:
19,793
Plugin Contributions:
2

Re: trouble putting the logo on main page

Looks like you got it fixed.

5 Dec 2011, 11:38 AM
#3
devyani avatar

devyani

Zen Follower

Join Date:
Aug 2011
Posts:
199
Plugin Contributions:
0

Re: trouble putting the logo on main page

stevesh:

Looks like you got it fixed.

Nope! I just now checked. Only the top part of the logo is visible.

5 Dec 2011, 12:44 PM
#4
stevesh avatar

stevesh

Black Belt

Join Date:
Feb 2005
Location:
Lansing, Michigan USA
Posts:
19,793
Plugin Contributions:
2

Re: trouble putting the logo on main page

Ah. You're still using IE6 or 7 (why?). In your stylesheet, change the height of #logoWrapper to at least 174px (the height of your image).

5 Dec 2011, 1:14 PM
#5
devyani avatar

devyani

Zen Follower

Join Date:
Aug 2011
Posts:
199
Plugin Contributions:
0

Re: trouble putting the logo on main page

stevesh:

Ah. You're still using IE6 or 7 (why?). In your stylesheet, change the height of #logoWrapper to at least 174px (the height of your image).

Thanks! :clap:

I removed the logo wrapper height part itself!