Zen Cart Logo

Text Spacing

Locked

Views: 776

Results 1 to 4 of 4
This thread is locked. New replies are disabled.
19 Jun 2009, 2:13 PM
#1
gee38l avatar

gee38l

Zen Follower

Join Date:
Jul 2008
Posts:
362
Plugin Contributions:
0

Text Spacing

Hey All,

Can anyone assist me with a small problem im having in my shopping cart page and estimate shipping cost page... ?

Currently the text looks like this:

Items: 1Weight: 0kgAmount: $127.00

I want it to look like this:

Items: 1 Weight: 0kg Amount: $127.00

Any help would be appreciated,

Thanks in advance!

19 Jun 2009, 2:25 PM
#2
limelites avatar

limelites

Totally Zenned

Join Date:
Jan 2009
Posts:
2,085
Plugin Contributions:
0

Re: Text Spacing

Find the text using developers toolkit, then try adding some   to create the spaces req'd

19 Jun 2009, 2:30 PM
#3
gee38l avatar

gee38l

Zen Follower

Join Date:
Jul 2008
Posts:
362
Plugin Contributions:
0

Re: Text Spacing

limelites:

Find the text using developers toolkit, then try adding some   to create the spaces req'd

OK i find the text and the file this is what i currently have:

define('TEXT_TOTAL_ITEMS', 'Total Items:' );
define('TEXT_TOTAL_WEIGHT', '  Weight:' );
define('TEXT_TOTAL_AMOUNT', '  Amount:' );

define('TEXT_VISITORS_CART', '');
define('TEXT_OPTION_DIVIDER', ' - ');

This is obvoiusly not correct as i get the incorrect spacing....

What do i need to change?

20 Jun 2009, 12:13 AM
#4
gee38l avatar

gee38l

Zen Follower

Join Date:
Jul 2008
Posts:
362
Plugin Contributions:
0

Re: Text Spacing

Anyone?