Zen Cart Logo
Forums / Templates, Stylesheets, Page Layout / How do I get rid of this line?

How do I get rid of this line?

Locked

Views: 1,072

Results 1 to 4 of 4
This thread is locked. New replies are disabled.
20 Nov 2006, 7:58 PM
#1
brimsjewelry avatar

brimsjewelry

Zen Follower

Join Date:
May 2006
Posts:
188
Plugin Contributions:
0

How do I get rid of this line?

Can someone tell me how to get rid of the white line that is on the right hand side of my logo? I have no clue how to search for the solution as I dont know what that line is. http://www.abcjewelrydepot.com

Thanks,

Jason

21 Nov 2006, 12:09 AM
#2
phid avatar

phid

Totally Zenned

Join Date:
Nov 2005
Location:
Narnia
Posts:
696
Plugin Contributions:
0

Re: How do I get rid of this line?

Try increasing your logo width to 750 px rather than the 740 px it's at right now. You have a few items referencing 750 px as it is.

21 Nov 2006, 12:20 AM
#3
bobdog avatar

bobdog

Totally Zenned

Join Date:
Mar 2006
Location:
Fresno, California
Posts:
590
Plugin Contributions:
0

Re: How do I get rid of this line?

It is in the css stylesheet_original

Change the background color here:

TABLE.header {
background-image: url(../images/header_bg.jpg);
background-repeat: repeat-x;
background-color: #00640e;
border-right: 1px solid #9a9a9a;
border-left: 1px solid #9a9a9a;
border-bottom: 1px solid #9a9a9a;

It will match your logo.

21 Nov 2006, 12:52 AM
#4
brimsjewelry avatar

brimsjewelry

Zen Follower

Join Date:
May 2006
Posts:
188
Plugin Contributions:
0

Re: How do I get rid of this line?

Thanks guys, problem solved.

Jason