Zen Cart Logo
Forums / Templates, Stylesheets, Page Layout / Logo banner not loading right

Logo banner not loading right

Locked

Views: 1,332

Results 1 to 5 of 5
This thread is locked. New replies are disabled.
11 Jun 2009, 9:37 PM
#1
cellz4less avatar

cellz4less

New Zenner

Join Date:
Mar 2008
Posts:
16
Plugin Contributions:
0

Logo banner not loading right

I'm using ZenCart 1.38a
I just recently changed my Logo Banner at the top of my page with a full size image - this loads perfectly fine in google chrome and firefox - however with internet explorer it is loading all entangled and isn't allowing correct spacing for the logo :

http://www.mycellz4less.com

Please advise if you are able to assist in any way - thank you!

11 Jun 2009, 9:49 PM
#2
stevesh avatar

stevesh

Black Belt

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

Re: Logo banner not loading right

Find this in your stylesheet and change the height to at least the height of your header image (230px):

#logoWrapper{
background-image: url('file:///C|/Documents%20and%20Settings/Owner/Local%20Settings/Temporary%20Internet%20Files/Content.IE5/images/header_bg.jpg');
background-repeat: repeat-x;
background-color: #ffffff;
height:75px
}

Also, you don't want to call your header image from your Temporary Internet File folder.

11 Jun 2009, 9:54 PM
#3
cellz4less avatar

cellz4less

New Zenner

Join Date:
Mar 2008
Posts:
16
Plugin Contributions:
0

Re: Logo banner not loading right

I don't show any of those in my stylesheet : Where are you getting this info from ? Please advise

11 Jun 2009, 10:06 PM
#4
stevesh avatar

stevesh

Black Belt

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

Re: Logo banner not loading right

It's in includes/templates/classic/css/stylesheet.css

Also, you don't want to use the Classic template - best to create your own CUSTOM template.

11 Jun 2009, 10:27 PM
#5
cellz4less avatar

cellz4less

New Zenner

Join Date:
Mar 2008
Posts:
16
Plugin Contributions:
0

Re: Logo banner not loading right

Thank you soooo much! That fixed it - i'm not sure what that desktop file is from - can I safely delete it ?