Zen Cart Logo

Logo Frustration

Locked

Views: 1,007

Results 1 to 4 of 4
This thread is locked. New replies are disabled.
15 Jan 2009, 7:08 PM
#1
shandebar avatar

shandebar

New Zenner

Join Date:
Jan 2009
Posts:
13
Plugin Contributions:
0

Logo Frustration

I am using zen cart 1.3.8, with the future zen template. My website is https://www.tartsnmore.com/products

I have successfully added my logo to the site however I cannot get it to resize. I have resized it in the header.php and i put it under includes/languages/english/future_zen but it is not changing the size of my logo, also I am noticing the headers on my columns are not lined up any more either. Does anyone have any suggestions?

I went through the FAQ and I have to be missing something simple but i cannot figure out what!

Thank you so much for you help in advance!

Sincerely,
Shannon

15 Jan 2009, 7:13 PM
#2
stevesh avatar

stevesh

Black Belt

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

Re: Logo Frustration

So far as I know, Zencart won't resize the logo image. Resize it in your imaging software, and see if that helps.

15 Jan 2009, 7:40 PM
#3
clydejones avatar

clydejones

Deceased

Join Date:
Nov 2005
Location:
Colorado Springs, CO USA
Posts:
7,017
Plugin Contributions:
12

Re: Logo Frustration

shandebar:

I am using zen cart 1.3.8, with the future zen template. My website is https://www.tartsnmore.com/products

I have successfully added my logo to the site however I cannot get it to resize. I have resized it in the header.php and i put it under includes/languages/english/future_zen but it is not changing the size of my logo, also I am noticing the headers on my columns are not lined up any more either. Does anyone have any suggestions?

I went through the FAQ and I have to be missing something simple but i cannot figure out what!

Thank you so much for you help in advance!

Sincerely,
Shannon

Open you stylesheet.css (includes/templates/future_zen/css)

and edit the following declaration as indicated by the highlighted portion. This will make the header section the same height as your logo.

#logoWrapper {
width:100%;
height:240px;
background-image:url(../images/header_bg.jpg);
background-repeat:no-repeat;
background-position:center;
text-align:center;
padding-top:5px;
}

15 Jan 2009, 7:41 PM
#4
shandebar avatar

shandebar

New Zenner

Join Date:
Jan 2009
Posts:
13
Plugin Contributions:
0

Re: Logo Frustration

That worked perfectly, thank you so very much!