Zen Cart Logo
Forums / Addon Language Packs / Japanese Font Size

Japanese Font Size

Locked

Views: 2,775

Results 1 to 2 of 2
This thread is locked. New replies are disabled.
22 Jun 2006, 6:04 AM
#1
godspeed27 avatar

godspeed27

Zen Follower

Join Date:
May 2006
Location:
Japan
Posts:
322
Plugin Contributions:
1

Japanese Font Size

I need to make my Japanese side of things, in the header for products and ez-pages bigger. The look really bad they way they are. If i didn't already know what it said, I might not be able to read it. Please Help. Would this be in the tpl_header.php?

if you want to see what i mean, its, https://www.skinevo.com

Thanks

16 Jul 2006, 3:55 PM
#2
sicness avatar

sicness

Zen Follower

Join Date:
Apr 2006
Location:
Sofia, Bulgaria
Posts:
195
Plugin Contributions:
0

Re: Japanese Font Size

edit ur stylesheet
this is the ID classes which u have to define height and width
#navEZPagesTop and #navCatTabsWrapper.

also u can edit font-size for .category-top. But will affect to ur categories links.

examples:

#navEZPagesTop, #navCatTabsWrapper {
height: 20px;
width: 800px;
}

u can experiment with the size to adjust it how u need it

category-top. {
font-size: 12px; }


here again u can experiment with the size

Radoslav