Zen Cart Logo
Forums / Templates, Stylesheets, Page Layout / Need some help on a few things...

Need some help on a few things...

Locked

Views: 1,297

Results 1 to 2 of 2
This thread is locked. New replies are disabled.
27 Feb 2008, 2:46 AM
#1
in4sit avatar

in4sit

New Zenner

Join Date:
Feb 2008
Posts:
22
Plugin Contributions:
0

Need some help on a few things...

Been trying to fix this but I can't seem to get it to work.

Here is my page: http://www.racepartcentral.com

Where you see the "powered by racepartcental logo" I want to put this logo right behind it:

http://www.racepartcentral.com/header_bg.jpg

You can kinda see the flag behind the logo, but all that is showing up is what you see.

How can I fix this?

My last question is,.. when you put your mouse over the "power by racepartcentral" the text that comes up says" powered by zen-cart:: art of e-comm."

How do I change this to something else?

27 Feb 2008, 4:33 AM
#2
kobra avatar

kobra

Black Belt

Join Date:
Aug 2005
Location:
Arizona
Posts:
31,500
Plugin Contributions:
4

Re: Need some help on a few things...

Your image is 110px high but your wrapper is 75px high try setting to 110px and see if this corrects it - in your stylesheet find and edit

#logoWrapper{
	background-image: url(../images/header_bg.jpg);
	background-repeat: repeat-x;
	background-color: #ffffff;
	height: 110px;
	}

Checkk your meta tags file and possibly the alt text in tpl_header.php