Zen Cart Logo
Forums / Templates, Stylesheets, Page Layout / lost our header. help please!!

lost our header. help please!!

Locked

Views: 725

Results 1 to 6 of 6
This thread is locked. New replies are disabled.
14 Apr 2010, 10:50 PM
#1
talair avatar

talair

New Zenner

Join Date:
Apr 2010
Posts:
11
Plugin Contributions:
0

lost our header. help please!!

Hi,

Was fiddling around with a few things yesterday on our site (https://www.talair.com.au) and I've some how mucked our margins up around the top of our page/loge. Can someone please have a look and provide some assistance?

Cheers.

14 Apr 2010, 10:56 PM
#2
haredo avatar

haredo

Totally Zenned

Join Date:
Apr 2006
Location:
Texas
Posts:
6,179
Plugin Contributions:
0

Re: lost our header. help please!!

Ta,
Edit your stylesheet.css

Find this:

#logoWrapper {
background-color:#FFFFFF;
background-image:url("../images/UT_logo_background_curved.gif");
background-repeat:no-repeat;
border:0 solid black;
height:123px;
}

  1. change the height to : 205px;
  1. because that is the height of your logo
14 Apr 2010, 11:11 PM
#3
talair avatar

talair

New Zenner

Join Date:
Apr 2010
Posts:
11
Plugin Contributions:
0

Re: lost our header. help please!!

Thanks a lot Haredo. To be honest, I am still pretty new to this and was fiddling with quite a few things yesterday and am struggling to re-trace my steps.

Could you possibly make a couple of suggestions as to how to clear up the logo and the white spaces around it? I had some of this right but reverted to our older stylesheet to try and fix a couple of issues.

15 Apr 2010, 9:51 AM
#4
stevesh avatar

stevesh

Black Belt

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

Re: lost our header. help please!!

First things first. Zencart loads all stylesheets with the css extension it finds in the current template's css folder, so you can't add a second one containing the same elements without them fighting each other. Remove or rename (stylesheet1.old) one of them and then see what needs to be done with the other.

One tip: use text-align rather than horizontal-align.

16 Apr 2010, 12:12 AM
#5
talair avatar

talair

New Zenner

Join Date:
Apr 2010
Posts:
11
Plugin Contributions:
0

Re: lost our header. help please!!

Thanks Stevesh. Duly noted. Have renamed the other stylesheet and am pretty happy with the logo for now.

Only thing I have noticed on some different screens/computers is that the sideboxes slightly overlap the header, but not on others. Can anyone suggest how to fix this or make it float or something?

Cheers.

https://www.talair.com.au

16 Apr 2010, 3:55 AM
#6
talair avatar

talair

New Zenner

Join Date:
Apr 2010
Posts:
11
Plugin Contributions:
0

Re: lost our header. help please!!

prob resolved. cheers.