Zen Cart Logo

Text all bunched up

Views: 1,307

Results 1 to 3 of 3
19 Jun 2011, 8:02 AM
#1
brianwi avatar

brianwi

New Zenner

Join Date:
Jun 2011
Posts:
35
Plugin Contributions:
0

Text all bunched up

http://www.bulletkeychains.net

Why are the lines of text touching, no space in between? How do I fix it?

19 Jun 2011, 9:30 AM
#2
kobra avatar

kobra

Black Belt

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

Re: Text all bunched up

Try adding this to the end of your templates stylesheet.css file

.content {
        line-height: 1.75em;
	}
19 Jun 2011, 11:33 AM
#3
rstevenson avatar

rstevenson

Totally Zenned

Join Date:
Nov 2006
Location:
Dartmouth, NS Canada
Posts:
2,400
Plugin Contributions:
0

Re: Text all bunched up

Right near the top, your stylesheet.css file says this...

font: 62.5%/1.3em Verdana,Geneva,Arial,Helvetica,sans-serif;
Remove the part in red and the problem goes away.

Rob